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

/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h71 /// allocIndirectGV - Allocates and fills storage for an indirect
73 virtual void *allocIndirectGV(const GlobalValue *GV,
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp147 void *PtrAddr = JCE.allocIndirectGV(
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp462 return JCE.allocIndirectGV(GV, Buffer, sizeof(Buffer), Alignment);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp405 virtual void *allocIndirectGV(const GlobalValue *GV,
1202 void *JITEmitter::allocIndirectGV(const GlobalValue *GV, function in class:JITEmitter

Completed in 72 milliseconds