Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp222 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() local
268 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp153 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() local
180 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()