Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp116 const MCSymbolData *RelSymbol = nullptr; in RecordX86_64Relocation() local
203 RelSymbol = B_Base; in RecordX86_64Relocation()
215 RelSymbol = Asm.getAtom(&SD); in RecordX86_64Relocation()
225 RelSymbol = nullptr; in RecordX86_64Relocation()
231 if (RelSymbol) { in RecordX86_64Relocation()
233 if (RelSymbol != &SD) in RecordX86_64Relocation()
235 Layout.getSymbolOffset(&SD) - Layout.getSymbolOffset(RelSymbol); in RecordX86_64Relocation()
339 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
530 const MCSymbolData *RelSymbol = nullptr; in RecordX86Relocation() local
551 RelSymbol = SD; in RecordX86Relocation()
[all …]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp157 const MCSymbolData *RelSymbol = nullptr; in RecordRelocation() local
286 RelSymbol = B_Base; in RecordRelocation()
342 RelSymbol = Base; in RecordRelocation()
392 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordRelocation()
397 RelSymbol = nullptr; in RecordRelocation()
413 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp336 const MCSymbolData *RelSymbol = nullptr; in RecordPPCRelocation() local
358 RelSymbol = SD; in RecordPPCRelocation()
378 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordPPCRelocation()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h224 void addRelocation(const MCSymbolData *RelSymbol, const MCSectionData *SD, in addRelocation() argument
226 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp399 const MCSymbolData *RelSymbol = nullptr; in RecordRelocation() local
419 RelSymbol = SD; in RecordRelocation()
472 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordRelocation()