/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-7.0/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() 481 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation() 484 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 240 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 297 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 383 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 404 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/external/swiftshader/third_party/llvm-7.0/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() 502 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation() 598 Writer->addRelocation(RelSymbol, 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/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/swiftshader/third_party/llvm-7.0/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/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/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 228 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
|
/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-7.0/llvm/tools/llvm-objcopy/ |
D | Object.h | 518 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function
|
D | Object.cpp | 766 Relocs->addRelocation(ToAdd); in initRelocations()
|