Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp225 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() local
271 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()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp154 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() local
181 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()