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

  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 392 unsigned char* DwarfExceptionTable = (unsigned char*)JCE->getCurrentPCValue();
488 unsigned char* StartCommonPtr = (unsigned char*)JCE->getCurrentPCValue();
491 unsigned char* FrameCommonBeginPtr = (unsigned char*)JCE->getCurrentPCValue();
531 (uintptr_t)((unsigned char*)JCE->getCurrentPCValue() -
547 unsigned char* StartEHPtr = (unsigned char*)JCE->getCurrentPCValue();
549 unsigned char* FrameBeginPtr = (unsigned char*)JCE->getCurrentPCValue();
552 JCE->emitInt32(StartFunction - (unsigned char*)JCE->getCurrentPCValue());
562 JCE->emitInt32(ExceptionTable-(unsigned char*)JCE->getCurrentPCValue());
567 JCE->emitInt64(ExceptionTable-(unsigned char*)JCE->getCurrentPCValue());
583 (uintptr_t)((unsigned char*)JCE->getCurrentPCValue()
    [all...]
JITEmitter.cpp 420 MBBLocations[MBB->getNumber()] = getCurrentPCValue();
423 (void*)getCurrentPCValue());
425 << (void*) getCurrentPCValue() << "]\n");
449 LabelLocations[Label] = getCurrentPCValue();
752 NextLine.Address = getCurrentPCValue();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 181 Addr = (void*)JCE.getCurrentPCValue();
196 Addr = (void*)JCE.getCurrentPCValue();
216 Addr = (void*)JCE.getCurrentPCValue();
ARMCodeEmitter.cpp 546 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << MI);
643 << (void*)MCE.getCurrentPCValue() << " ";
701 JTI->addConstantPoolEntryAddr(CPI, MCE.getCurrentPCValue());
710 << (void*)MCE.getCurrentPCValue() << " " << *ACPV << '\n');
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 371 void *Addr = (void*)JCE.getCurrentPCValue();
384 void *Addr = (void*)JCE.getCurrentPCValue();
398 intptr_t BranchAddr = (intptr_t)JCE.getCurrentPCValue();
PPCCodeEmitter.cpp 130 MovePCtoLROffset = (void*)MCE.getCurrentPCValue();
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 487 void *Result = (void*)JCE.getCurrentPCValue();
499 JCE.emitWordLE((intptr_t)Target-JCE.getCurrentPCValue()-4);
515 JCE.emitWordLE((intptr_t)Target-JCE.getCurrentPCValue()-4);
X86CodeEmitter.cpp 766 JTI->setPICBase(MCE.getCurrentPCValue());
812 Imm = Imm - MCE.getCurrentPCValue() - 4;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 160 void *Addr = (void*) (JCE.getCurrentPCValue());
MipsCodeEmitter.cpp 379 DEBUG(errs() << "JIT: " << (void*)MCE.getCurrentPCValue() << ":\t" << MI);
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 284 /// getCurrentPCValue - This returns the address that the next emitted byte
287 virtual uintptr_t getCurrentPCValue() const {
MachineCodeEmitter.h 281 /// getCurrentPCValue - This returns the address that the next emitted byte
284 virtual uintptr_t getCurrentPCValue() const {

Completed in 1108 milliseconds