Searched refs:RelSymbol (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 120 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 D | AArch64MachObjectWriter.cpp | 165 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 D | PPCMachObjectWriter.cpp | 333 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 D | ARMMachObjectWriter.cpp | 430 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 D | MCMachObjectWriter.h | 228 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument 230 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
|