Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp146 void *PtrAddr = JCE.allocIndirectGV( in emitGlobalValueIndirectSym()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DJITCodeEmitter.h72 virtual void *allocIndirectGV(const GlobalValue *GV,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp451 return JCE.allocIndirectGV(GV, Buffer, sizeof(Buffer), Alignment); in emitGlobalValueIndirectSym()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp404 virtual void *allocIndirectGV(const GlobalValue *GV,
1212 void *JITEmitter::allocIndirectGV(const GlobalValue *GV, in allocIndirectGV() function in JITEmitter