Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp240 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation()
251 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation()
317 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation()
327 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-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp240 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
297 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
383 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
404 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp210 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
362 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
439 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
461 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
502 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation()
598 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp282 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
296 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordPPCRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h228 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.h589 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function
H A DObject.cpp1021 Relocs->addRelocation(ToAdd); in initRelocations()