Home
last modified time | relevance | path

Searched refs:RelSymbol (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp120 const MCSymbol *RelSymbol = nullptr; in RecordX86_64Relocation() local
213 RelSymbol = B_Base; in RecordX86_64Relocation()
224 RelSymbol = Asm.getAtom(*Symbol); in RecordX86_64Relocation()
234 RelSymbol = nullptr; in RecordX86_64Relocation()
240 if (RelSymbol) { in RecordX86_64Relocation()
242 if (RelSymbol != Symbol) in RecordX86_64Relocation()
244 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
362 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
554 const MCSymbol *RelSymbol = nullptr; in RecordX86Relocation() local
575 RelSymbol = A; in RecordX86Relocation()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp165 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
299 RelSymbol = B_Base; in recordRelocation()
341 RelSymbol = Base; in recordRelocation()
383 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
388 RelSymbol = nullptr; in recordRelocation()
404 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp333 const MCSymbol *RelSymbol = nullptr; in RecordPPCRelocation() local
355 RelSymbol = A; in RecordPPCRelocation()
374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordPPCRelocation()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp430 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
450 RelSymbol = A; in recordRelocation()
504 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h228 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument
230 RelAndSymbol P(RelSymbol, MRE); in addRelocation()