/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 184 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bx)); in getDirectBrEncoding() 191 MCE.addRelocation(GetRelocation(MO, PPC::reloc_pcrel_bcx)); in getCondBrEncoding() 200 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_high)); in getHA16Encoding() 209 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low)); in getLO16Encoding() 225 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low)); in getMemRIEncoding() 240 MCE.addRelocation(GetRelocation(MO, PPC::reloc_absolute_low_ix)); in getMemRIXEncoding()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 206 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress() 212 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in emitExternalSymbolAddress() 217 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress() 223 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress() 229 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitMachineBasicBlock()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 229 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 240 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 297 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 307 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 473 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation() 476 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 205 Writer->addRelocation(Fragment->getParent(), MRE); in RecordARMMovwMovtRelocation() 216 Writer->addRelocation(Fragment->getParent(), MRE); in RecordARMMovwMovtRelocation() 267 Writer->addRelocation(Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 277 Writer->addRelocation(Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 377 Writer->addRelocation(Fragment->getParent(), MRE); in RecordRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 198 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86_64Relocation() 335 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86_64Relocation() 391 Writer->addRelocation(Fragment->getParent(), MRE); in RecordScatteredRelocation() 401 Writer->addRelocation(Fragment->getParent(), MRE); in RecordScatteredRelocation() 448 Writer->addRelocation(Fragment->getParent(), MRE); in RecordTLVPRelocation() 543 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 210 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation() 362 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 439 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 461 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 503 Writer->addRelocation(&Target.getSymA()->getSymbol(), Fragment->getParent(), in recordTLVPRelocation() 600 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ObjectCodeEmitter.cpp | 96 void ObjectCodeEmitter::addRelocation(const MachineRelocation& relocation) { in addRelocation() function in llvm::ObjectCodeEmitter 97 BO->addRelocation(relocation); in addRelocation()
|
D | ELFCodeEmitter.cpp | 96 JTSection.addRelocation(MR); in finishFunction() 126 ES->addRelocation(MR); in finishFunction()
|
D | ELFCodeEmitter.h | 44 void addRelocation(const MachineRelocation &MR) { in addRelocation() function
|
D | ELFWriter.cpp | 607 GblS.addRelocation(MR); in EmitGlobalDataRelocation()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 232 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 289 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 401 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 422 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 282 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 296 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordPPCRelocation()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ObjectCodeEmitter.h | 110 void addRelocation(const MachineRelocation& relocation);
|
D | MachineCodeEmitter.h | 300 virtual void addRelocation(const MachineRelocation &MR) = 0;
|
D | JITCodeEmitter.h | 305 virtual void addRelocation(const MachineRelocation &MR) = 0;
|
D | BinaryObject.h | 344 void addRelocation(const MachineRelocation& relocation) { in addRelocation() function
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 251 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitPCRelativeBlockAddress() 276 MCE.addRelocation(MR); in emitGlobalAddress() 297 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in emitExternalSymbolAddress() 318 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress() 338 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCMachObjectWriter.h | 196 void addRelocation(const MCSectionData *SD, in addRelocation() function
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 476 MCE.addRelocation(MR); in emitGlobalAddress() 484 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(), in emitExternalSymbolAddress() 493 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress() 502 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress() 510 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitMachineBasicBlock()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 445 RelSection->addRelocation(NewFixup); in writeDataOfType() 622 RelSection->addRelocation(NewFixup); in writeJumpTable()
|
D | IceELFSection.h | 241 void addRelocation(const AssemblerFixup &Fixup) { Fixups.push_back(Fixup); } in addRelocation() function
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 417 virtual void addRelocation(const MachineRelocation &MR) { in addRelocation() function in __anon3efb32cb0111::JITEmitter
|