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

  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 181 Addr = (void*)JCE.getCurrentPCValue();
196 Addr = (void*)JCE.getCurrentPCValue();
216 Addr = (void*)JCE.getCurrentPCValue();
ARMCodeEmitter.cpp 530 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << MI);
628 JTI->addConstantPoolEntryAddr(CPI, MCE.getCurrentPCValue());
637 << (void*)MCE.getCurrentPCValue() << " " << *ACPV << '\n');
657 << (void*)MCE.getCurrentPCValue() << " ";
831 << (void*)MCE.getCurrentPCValue() << '\n');
832 JTI->addPCLabelAddr(LabelID, MCE.getCurrentPCValue());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 383 void *Addr = (void*)JCE.getCurrentPCValue();
396 void *Addr = (void*)JCE.getCurrentPCValue();
410 intptr_t BranchAddr = (intptr_t)JCE.getCurrentPCValue();
PPCCodeEmitter.cpp 137 MovePCtoLROffset = (void*)MCE.getCurrentPCValue();
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 488 void *Result = (void*)JCE.getCurrentPCValue();
500 JCE.emitWordLE((intptr_t)Target-JCE.getCurrentPCValue()-4);
516 JCE.emitWordLE((intptr_t)Target-JCE.getCurrentPCValue()-4);
X86CodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 206 void *Addr = (void*) (JCE.getCurrentPCValue());
MipsCodeEmitter.cpp 344 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << *MI);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 404 MBBLocations[MBB->getNumber()] = getCurrentPCValue();
407 (void*)getCurrentPCValue());
409 << (void*) getCurrentPCValue() << "]\n");
434 LabelLocations[Label] = getCurrentPCValue();
746 NextLine.Address = getCurrentPCValue();
    [all...]
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 283 /// getCurrentPCValue - This returns the address that the next emitted byte
286 uintptr_t getCurrentPCValue() const override {
MachineCodeEmitter.h 280 /// getCurrentPCValue - This returns the address that the next emitted byte
283 virtual uintptr_t getCurrentPCValue() const {
  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 130 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << *MI);
SparcJITInfo.cpp 233 void *Addr = (void*) (JCE.getCurrentPCValue());

Completed in 350 milliseconds