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
40
///
emitGlobalValueIndirectSym
- Use the specified JITCodeEmitter object
43
virtual void *
emitGlobalValueIndirectSym
(const GlobalValue* GV, void *ptr,
X86JITInfo.cpp
443
void *X86JITInfo::
emitGlobalValueIndirectSym
(const GlobalValue* GV, void *ptr,
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
58
///
emitGlobalValueIndirectSym
- Use the specified JITCodeEmitter object
61
virtual void *
emitGlobalValueIndirectSym
(const GlobalValue* GV, void *ptr,
ARMJITInfo.cpp
141
void *ARMJITInfo::
emitGlobalValueIndirectSym
(const GlobalValue *GV, void *Ptr,
171
LazyPtr= (intptr_t)
emitGlobalValueIndirectSym
((const GlobalValue*)F, Fn, JCE);
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
579
IndirectSym = TheJIT->getJITInfo().
emitGlobalValueIndirectSym
(GV, GVAddress,
[
all
...]
Completed in 669 milliseconds