Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp119 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()
556 const MCSymbol *RelSymbol = nullptr; in RecordX86Relocation() local
577 RelSymbol = A; in RecordX86Relocation()
[all …]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp157 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/
DPPCMachObjectWriter.cpp333 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/
DMCMachObjectWriter.h215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument
217 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp402 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
422 RelSymbol = A; in recordRelocation()
476 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()