Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp214 const MCSymbol *B_Base = Writer->getAtom(*B); in recordRelocation() local
255 if (!B_Base) { in recordRelocation()
262 if (A_Base == B_Base && A_Base) { in recordRelocation()
273 (!B_Base || !B_Base->getFragment() ? 0 in recordRelocation()
274 : Writer->getSymbolAddress(*B_Base)); in recordRelocation()
283 RelSymbol = B_Base; in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp148 const MCSymbol *B_Base = Writer->getAtom(*B); in RecordX86_64Relocation() local
174 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
193 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base)); in RecordX86_64Relocation()
205 if (B_Base) in RecordX86_64Relocation()
206 RelSymbol = B_Base; in RecordX86_64Relocation()