Searched refs:emitGlobalValueIndirectSym (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.h40 /// emitGlobalValueIndirectSym - Use the specified JITCodeEmitter object
43 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
H A DX86JITInfo.cpp443 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr, function in class:X86JITInfo
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetJITInfo.h44 /// emitGlobalValueIndirectSym - Use the specified JITCodeEmitter object
47 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr, function in class:llvm::TargetJITInfo
50 "emitGlobalValueIndirectSym!");
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.h58 /// emitGlobalValueIndirectSym - Use the specified JITCodeEmitter object
61 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
H A DARMJITInfo.cpp141 void *ARMJITInfo::emitGlobalValueIndirectSym(const GlobalValue *GV, void *Ptr, function in class:ARMJITInfo
171 LazyPtr= (intptr_t)emitGlobalValueIndirectSym((const GlobalValue*)F, Fn, JCE);
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp579 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,

Completed in 31 milliseconds