ROSE
0.11.145.272
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
src
backend
asmUnparser
AsmUnparser.h
1
// [Robb Matzke 2024-10-22]: Deprecated. Use Rose::BinaryAnalysis::Unparser
2
#ifndef ROSE_AsmUnparser_H
3
#define ROSE_AsmUnparser_H
4
#include <featureTests.h>
5
#ifdef ROSE_ENABLE_BINARY_ANALYSIS
6
#include <RoseFirst.h>
7
8
#include <ROSE_DEPRECATED.h>
9
10
#include <cstddef>
11
#include <cstdint>
12
#include <map>
13
#include <ostream>
14
#include <string>
15
16
class
SgNode
;
17
18
namespace
Rose
{
19
namespace
BinaryAnalysis {
20
21
// [Robb Matzke 2024-10-23]: Deprecated
22
class
AsmUnparser
{
23
public
:
24
using
LabelMap = std::map<uint64_t, std::string>;
25
26
virtual
size_t
unparse(std::ostream&,
SgNode
*ast) ROSE_DEPRECATED(
"use Rose::BinaryAnalysis::Unparser"
);
27
};
22
class
AsmUnparser
{
…
};
28
29
}
// namespace
30
}
// namespace
31
32
#endif
33
#endif
Rose::BinaryAnalysis::AsmUnparser
Definition
AsmUnparser.h:22
SgNode
This class represents the base class for all IR nodes within Sage III.
Definition
Cxx_Grammar.h:124
Rose
The ROSE library.
Definition
BinaryTutorial.dox:3
Generated on Sun May 18 2025 21:54:39 for ROSE by
1.9.8