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.cpp220 const MCSymbol *B_Base = Writer->getAtom(*B); in recordRelocation() local
266 if (!B_Base) { in recordRelocation()
274 if (A_Base == B_Base && A_Base) { in recordRelocation()
285 (!B_Base || !B_Base->getFragment() in recordRelocation()
287 : Writer->getSymbolAddress(*B_Base, Asm)); in recordRelocation()
296 RelSymbol = B_Base; in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp144 const MCSymbol *B_Base = Writer->getAtom(*B); in RecordX86_64Relocation() local
171 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
190 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Asm)); in RecordX86_64Relocation()
202 if (B_Base) in RecordX86_64Relocation()
203 RelSymbol = B_Base; in RecordX86_64Relocation()