Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMachObjectWriter.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-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.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-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MachObjectWriter.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-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCMachObjectWriter.h325 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMachObjectWriter.cpp781 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.h914 void addRelocation(const Relocation &Rel) { Relocations.push_back(Rel); } in addRelocation() function
HDELFObject.cpp1679 Relocs->addRelocation(ToAdd); in initRelocations()