Searched refs:B_Base (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp224 const MCSymbol *B_Base = Asm.getAtom(*B); local
270 if (!B_Base) {
278 if (A_Base == B_Base && A_Base) {
288 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress(
289 *B_Base, Layout));
298 RelSymbol = B_Base;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp153 const MCSymbol *B_Base = Asm.getAtom(*B); local
180 if (A_Base == B_Base && A_Base) {
199 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout));
211 if (B_Base)
212 RelSymbol = B_Base;

Completed in 164 milliseconds