| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 239 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 250 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 316 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 326 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 500 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation() 503 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 209 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation() 360 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 437 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 459 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 500 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation() 599 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 239 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 296 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 386 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 407 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | JumpTable.cpp | 97 getOutputSection().addRelocation(EntryOffset, Entry, RelType, RelAddend); in updateOriginal()
|
| H A D | BinarySection.cpp | 253 addRelocation(OS.tell(), ZeroSym, ELF::R_X86_64_64, 0xdeadbeef); in reorderContents()
|
| H A D | BinaryContext.cpp | 2051 void BinaryContext::addRelocation(uint64_t Address, MCSymbol *Symbol, in addRelocation() function in llvm::bolt::BinaryContext 2056 Section->addRelocation(Address - Section->getAddress(), Symbol, Type, Addend, in addRelocation()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 328 void addRelocation(uint64_t Offset, MCSymbol *Symbol, uint64_t Type,
|
| H A D | BinaryContext.h | 1108 void addRelocation(uint64_t Address, MCSymbol *Symbol, uint64_t Type,
|
| H A D | BinaryFunction.h | 1292 void addRelocation(uint64_t Address, MCSymbol *Symbol, uint64_t RelType, in addRelocation() function
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 1546 EHFrameSection->addRelocation(Offset, nullptr, RelType, Value); in relocateEHFrameSection() 2082 BC->addRelocation(EntryAddress, ReferencedSymbol, Relocation::getPC32(), in processLKExTable() 2089 BC->addRelocation(EntryAddress, ReferencedSymbol, Relocation::getPC32(), in processLKExTable() 2119 BC->addRelocation(PC, HookupFunction->getSymbol(), Relocation::getPC32(), 0, in processLKPCIFixup() 2153 BC->addRelocation(EntryAddress, BF->getSymbol(), Relocation::getPC32(), 0, in processLKKSymtab() 2437 ContainingBF->addRelocation(Rel.getOffset(), ReferencedSymbol, RType, in readRelocations() 2658 ContainingBF->addRelocation(Rel.getOffset(), ReferencedSymbol, RType, in readRelocations() 2661 BC->addRelocation(Rel.getOffset(), ReferencedSymbol, RType, Addend, in readRelocations()
|
| H A D | DWARFRewriter.cpp | 937 TypeInfoSection->addRelocation(AttributeOffset, nullptr, Reloc32Type, in updateLineTableOffsets()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 764 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 785 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function
|
| H A D | ELFObject.cpp | 1612 Relocs->addRelocation(ToAdd); in initRelocations()
|