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.cpp229 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 DX86MachObjectWriter.cpp200 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 DAArch64MachObjectWriter.cpp235 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 DMCMachObjectWriter.h325 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp781 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h914 void addRelocation(const Relocation &Rel) { Relocations.push_back(Rel); } in addRelocation() function
H A DELFObject.cpp1679 Relocs->addRelocation(ToAdd); in initRelocations()