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 | 229 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordARMScatteredHalfRelocation() 240 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordARMScatteredHalfRelocation() 301 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordARMScatteredRelocation() 311 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordARMScatteredRelocation() 483 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation() 486 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 200 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation() 350 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 426 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 448 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 488 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation() 585 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 235 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 294 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 384 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 405 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 325 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 781 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 914 void addRelocation(const Relocation &Rel) { Relocations.push_back(Rel); } in addRelocation() function
|
H A D | ELFObject.cpp | 1679 Relocs->addRelocation(ToAdd); in initRelocations()
|