Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp214 const MCSymbol *A_Base = Asm.getAtom(*A); in recordRelocation() local
232 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
256 if (!A_Base) { in recordRelocation()
271 if (A_Base == B_Base && A_Base) { in recordRelocation()
278 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
279 *A_Base, Layout)); in recordRelocation()
289 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp147 const MCSymbolData *A_Base = Asm.getAtom(&A_SD); in RecordX86_64Relocation() local
173 if (A_Base == B_Base && A_Base) in RecordX86_64Relocation()
177 (A_Base == NULL ? 0 : Writer->getSymbolAddress(A_Base, Layout)); in RecordX86_64Relocation()
181 if (A_Base) { in RecordX86_64Relocation()
182 Index = A_Base->getIndex(); in RecordX86_64Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp148 const MCSymbol *A_Base = Asm.getAtom(*A); in RecordX86_64Relocation() local
181 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
198 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout)); in RecordX86_64Relocation()
202 if (!A_Base) in RecordX86_64Relocation()
210 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp572 const MCSymbolData *A_Base = 0, *B_Base = 0; in IsSymbolRefDifferenceFullyResolvedImpl() local
614 A_Base = FA->getAtom(); in IsSymbolRefDifferenceFullyResolvedImpl()
615 if (!A_Base) in IsSymbolRefDifferenceFullyResolvedImpl()
623 if (A_Base == B_Base) in IsSymbolRefDifferenceFullyResolvedImpl()