LLVM
8.0.1
Main Page
Related Pages
Modules
+
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
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
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
+
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
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
j
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
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
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
+
Related Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
y
+
Files
File List
+
File 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
z
~
+
Variables
_
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
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
llvm
EngineBuilder
llvm::EngineBuilder Member List
This is the complete list of members for
llvm::EngineBuilder
, including all inherited members.
create
()
llvm::EngineBuilder
inline
create
(TargetMachine *TM)
llvm::EngineBuilder
EngineBuilder
()
llvm::EngineBuilder
EngineBuilder
(std::unique_ptr< Module > M)
llvm::EngineBuilder
selectTarget
()
llvm::EngineBuilder
selectTarget
(const Triple &TargetTriple, StringRef MArch, StringRef MCPU, const SmallVectorImpl< std::string > &MAttrs)
llvm::EngineBuilder
setCodeModel
(CodeModel::Model M)
llvm::EngineBuilder
inline
setEmulatedTLS
(bool EmulatedTLS)
llvm::EngineBuilder
inline
setEngineKind
(EngineKind::Kind w)
llvm::EngineBuilder
inline
setErrorStr
(std::string *e)
llvm::EngineBuilder
inline
setMArch
(StringRef march)
llvm::EngineBuilder
inline
setMAttrs
(const StringSequence &mattrs)
llvm::EngineBuilder
inline
setMCJITMemoryManager
(std::unique_ptr< RTDyldMemoryManager > mcjmm)
llvm::EngineBuilder
setMCPU
(StringRef mcpu)
llvm::EngineBuilder
inline
setMemoryManager
(std::unique_ptr< MCJITMemoryManager > MM)
llvm::EngineBuilder
setOptLevel
(CodeGenOpt::Level l)
llvm::EngineBuilder
inline
setRelocationModel
(Reloc::Model RM)
llvm::EngineBuilder
inline
setSymbolResolver
(std::unique_ptr< LegacyJITSymbolResolver > SR)
llvm::EngineBuilder
setTargetOptions
(const TargetOptions &Opts)
llvm::EngineBuilder
inline
setUseOrcMCJITReplacement
(bool UseOrcMCJITReplacement)
llvm::EngineBuilder
inline
setVerifyModules
(bool Verify)
llvm::EngineBuilder
inline
~EngineBuilder
()
llvm::EngineBuilder
Generated on Sun Dec 20 2020 14:02:44 for LLVM by
1.8.13