HomeSort by relevance Sort by last modified time
    Searched refs:allocIndirectGV (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 71 /// allocIndirectGV - Allocates and fills storage for an indirect
73 virtual void *allocIndirectGV(const GlobalValue *GV,
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 146 void *PtrAddr = JCE.allocIndirectGV(
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 457 return JCE.allocIndirectGV(GV, Buffer, sizeof(Buffer), Alignment);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 390 virtual void *allocIndirectGV(const GlobalValue *GV,
    [all...]

Completed in 148 milliseconds