Searched refs:addRelocation (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 240 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 251 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 317 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 327 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 501 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation() 504 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 228 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.h | 589 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function
|
| H A D | Object.cpp | 1021 Relocs->addRelocation(ToAdd); in initRelocations()
|