Searched refs:B_Base (Results 1 – 2 of 2) sorted by relevance
222 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() local268 if (!B_Base) { in recordRelocation()276 if (A_Base == B_Base && A_Base) { in recordRelocation()286 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()287 *B_Base, Layout)); in recordRelocation()296 RelSymbol = B_Base; in recordRelocation()
153 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() local180 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()199 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout)); in RecordX86_64Relocation()211 if (B_Base) in RecordX86_64Relocation()212 RelSymbol = B_Base; in RecordX86_64Relocation()