Searched refs:B_Base (Results 1 – 2 of 2) sorted by relevance
217 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() local263 if (!B_Base) { in recordRelocation()271 if (A_Base == B_Base && A_Base) { in recordRelocation()281 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()282 *B_Base, Layout)); in recordRelocation()291 RelSymbol = B_Base; in recordRelocation()
148 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() local176 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()195 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout)); in RecordX86_64Relocation()207 if (B_Base) in RecordX86_64Relocation()208 RelSymbol = B_Base; in RecordX86_64Relocation()