Home
last modified time | relevance | path

Searched refs:A_Base (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp214 const MCSymbolData *A_Base = Asm.getAtom(&A_SD); in RecordRelocation() local
233 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordRelocation()
253 if (!A_Base) in RecordRelocation()
264 if (A_Base == B_Base && A_Base) in RecordRelocation()
270 (!A_Base || !A_Base->getFragment() in RecordRelocation()
272 : Writer->getSymbolAddress(A_Base, Layout)); in RecordRelocation()
284 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp146 const MCSymbolData *A_Base = Asm.getAtom(&A_SD); in RecordX86_64Relocation() local
175 if (A_Base == B_Base && A_Base) in RecordX86_64Relocation()
188 (!A_Base ? 0 : Writer->getSymbolAddress(A_Base, Layout)); in RecordX86_64Relocation()
192 if (!A_Base) in RecordX86_64Relocation()
200 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
/external/llvm/lib/MC/
DMachObjectWriter.cpp675 const MCSymbolData *A_Base = nullptr, *B_Base = nullptr; in IsSymbolRefDifferenceFullyResolvedImpl() local
729 A_Base = FA->getAtom(); in IsSymbolRefDifferenceFullyResolvedImpl()
733 if (A_Base == B_Base) in IsSymbolRefDifferenceFullyResolvedImpl()