Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp149 const MCSymbolData *A_Base = Asm.getAtom(&A_SD); in RecordX86_64Relocation() local
175 if (A_Base == B_Base && A_Base) in RecordX86_64Relocation()
179 (A_Base == NULL ? 0 : Writer->getSymbolAddress(A_Base, Layout)); in RecordX86_64Relocation()
183 if (A_Base) { in RecordX86_64Relocation()
184 Index = A_Base->getIndex(); in RecordX86_64Relocation()
/external/llvm/lib/MC/
DMachObjectWriter.cpp653 const MCSymbolData *A_Base = 0, *B_Base = 0; in IsSymbolRefDifferenceFullyResolvedImpl() local
702 A_Base = FA->getAtom(); in IsSymbolRefDifferenceFullyResolvedImpl()
703 if (!A_Base) in IsSymbolRefDifferenceFullyResolvedImpl()
711 if (A_Base == B_Base) in IsSymbolRefDifferenceFullyResolvedImpl()