Searched refs:RelSymbol (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 114 const MCSymbol *RelSymbol = nullptr; in RecordX86_64Relocation() local 208 RelSymbol = B_Base; in RecordX86_64Relocation() 219 RelSymbol = Asm.getAtom(*Symbol); in RecordX86_64Relocation() 229 RelSymbol = nullptr; in RecordX86_64Relocation() 235 if (RelSymbol) { in RecordX86_64Relocation() 237 if (RelSymbol != Symbol) in RecordX86_64Relocation() 239 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation() 357 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 551 const MCSymbol *RelSymbol = nullptr; in RecordX86Relocation() local 572 RelSymbol = A; in RecordX86Relocation() [all …]
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 157 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local 291 RelSymbol = B_Base; in recordRelocation() 348 RelSymbol = Base; in recordRelocation() 401 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 406 RelSymbol = nullptr; in recordRelocation() 422 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
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()
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument 217 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 401 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local 421 RelSymbol = A; in recordRelocation() 473 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|