Searched refs:addRelocation (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 227 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordARMScatteredHalfRelocation() 238 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() 485 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation() 488 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 203 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation() 341 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 413 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 435 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 474 Writer->addRelocation(SymA, Fragment->getParent(), MRE); in recordTLVPRelocation() 574 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 228 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 281 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 370 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 428 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 319 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 784 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 918 void addRelocation(const Relocation &Rel) { Relocations.push_back(Rel); } in addRelocation() function
|
| H A D | ELFObject.cpp | 1676 Relocs->addRelocation(ToAdd); in initRelocations()
|