Searched refs:B_Base (Results 1 – 2 of 2) sorted by relevance
225 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() local271 if (!B_Base) { in recordRelocation()279 if (A_Base == B_Base && A_Base) { in recordRelocation()289 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()290 *B_Base, Layout)); in recordRelocation()299 RelSymbol = B_Base; in recordRelocation()
154 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() local181 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()200 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout)); in RecordX86_64Relocation()212 if (B_Base) in RecordX86_64Relocation()213 RelSymbol = B_Base; in RecordX86_64Relocation()