Searched refs:getCurrentPCOffset (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp242 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
249 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
251 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset() + Offset,
257 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
262 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
268 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
274 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp165 return MachineRelocation::getGV(MCE.getCurrentPCOffset(), RelocID,
169 return MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
172 return MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
176 return MachineRelocation::getBB(MCE.getCurrentPCOffset(),
180 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h290 /// getCurrentPCOffset - Return the offset from the start of the emitted
292 uintptr_t getCurrentPCOffset() const { function in class:llvm::JITCodeEmitter
H A DMachineCodeEmitter.h287 /// getCurrentPCOffset - Return the offset from the start of the emitted
289 virtual uintptr_t getCurrentPCOffset() const { function in class:llvm::MachineCodeEmitter
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp264 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
284 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc,
287 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
310 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
331 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
351 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
1197 PICBaseOffset = (intptr_t) MCE.getCurrentPCOffset();
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp507 ? MachineRelocation::getIndirectSymbol(MCE.getCurrentPCOffset(), Reloc,
510 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
521 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
530 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
539 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
547 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(),
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1151 NumBytes += getCurrentPCOffset();

Completed in 46 milliseconds