Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp227 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 DX86MachObjectWriter.cpp203 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 DAArch64MachObjectWriter.cpp228 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 DMCMachObjectWriter.h319 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp784 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h918 void addRelocation(const Relocation &Rel) { Relocations.push_back(Rel); } in addRelocation() function
H A DELFObject.cpp1676 Relocs->addRelocation(ToAdd); in initRelocations()