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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp 199 void *RelocPos = (char*) Function + MR->getMachineCodeOffset();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRelocation.h 194 /// getMachineCodeOffset - Return the offset into the code buffer that the
196 intptr_t getMachineCodeOffset() const {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp 270 void *RelocPos = (char*)Function + MR->getMachineCodeOffset();
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp 413 unsigned *RelocPos = (unsigned*)Function + MR->getMachineCodeOffset()/4;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp 530 void *RelocPos = (char*)Function + MR->getMachineCodeOffset();
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 857 BufferBegin+MR.getMachineCodeOffset(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 777 unsigned RelOffset = MR.getMachineCodeOffset();
    [all...]

Completed in 527 milliseconds