Home
last modified time | relevance | path

Searched refs:addRelocation (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp239 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 DX86MachObjectWriter.cpp209 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 DAArch64MachObjectWriter.cpp239 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 DJumpTable.cpp97 getOutputSection().addRelocation(EntryOffset, Entry, RelType, RelAddend); in updateOriginal()
H A DBinarySection.cpp253 addRelocation(OS.tell(), ZeroSym, ELF::R_X86_64_64, 0xdeadbeef); in reorderContents()
H A DBinaryContext.cpp2051 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 DMCMachObjectWriter.h232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h328 void addRelocation(uint64_t Offset, MCSymbol *Symbol, uint64_t Type,
H A DBinaryContext.h1108 void addRelocation(uint64_t Address, MCSymbol *Symbol, uint64_t Type,
H A DBinaryFunction.h1292 void addRelocation(uint64_t Address, MCSymbol *Symbol, uint64_t RelType, in addRelocation() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1546 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 DDWARFRewriter.cpp937 TypeInfoSection->addRelocation(AttributeOffset, nullptr, Reloc32Type, in updateLineTableOffsets()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMachObjectWriter.cpp764 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h785 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function
H A DELFObject.cpp1612 Relocs->addRelocation(ToAdd); in initRelocations()