Home
last modified time | relevance | path

Searched refs:allocIndirectGV (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DJITCodeEmitter.h73 virtual void *allocIndirectGV(const GlobalValue *GV,
/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp147 void *PtrAddr = JCE.allocIndirectGV( in emitGlobalValueIndirectSym()
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp462 return JCE.allocIndirectGV(GV, Buffer, sizeof(Buffer), Alignment); in emitGlobalValueIndirectSym()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp405 virtual void *allocIndirectGV(const GlobalValue *GV,
1202 void *JITEmitter::allocIndirectGV(const GlobalValue *GV, in allocIndirectGV() function in JITEmitter