Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
501 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation()
504 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp237 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-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h233 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp753 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h797 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function
H A DELFObject.cpp1648 Relocs->addRelocation(ToAdd); in initRelocations()