OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitGlobalValueIndirectSym
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Target/
TargetJITInfo.h
44
///
emitGlobalValueIndirectSym
- Use the specified JITCodeEmitter object
47
virtual void *
emitGlobalValueIndirectSym
(const GlobalValue* GV, void *ptr,
50
"
emitGlobalValueIndirectSym
!");
/external/llvm/lib/Target/X86/
X86JITInfo.h
38
///
emitGlobalValueIndirectSym
- Use the specified JITCodeEmitter object
41
void *
emitGlobalValueIndirectSym
(const GlobalValue* GV, void *ptr,
X86JITInfo.cpp
449
void *X86JITInfo::
emitGlobalValueIndirectSym
(const GlobalValue* GV, void *ptr,
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
57
///
emitGlobalValueIndirectSym
- Use the specified JITCodeEmitter object
60
void *
emitGlobalValueIndirectSym
(const GlobalValue* GV, void *ptr,
ARMJITInfo.cpp
142
void *ARMJITInfo::
emitGlobalValueIndirectSym
(const GlobalValue *GV, void *Ptr,
172
LazyPtr= (intptr_t)
emitGlobalValueIndirectSym
((const GlobalValue*)F, Fn, JCE);
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
574
IndirectSym = TheJIT->getJITInfo().
emitGlobalValueIndirectSym
(GV, GVAddress,
[
all
...]
Completed in 333 milliseconds