Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp213 const MCSymbol *A_Base = Writer->getAtom(*A); in recordRelocation() local
228 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
249 if (!A_Base) { in recordRelocation()
262 if (A_Base == B_Base && A_Base) { in recordRelocation()
269 (!A_Base || !A_Base->getFragment() ? 0 in recordRelocation()
270 : Writer->getSymbolAddress(*A_Base)); in recordRelocation()
281 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp143 const MCSymbol *A_Base = Writer->getAtom(*A); in RecordX86_64Relocation() local
174 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
191 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base)); in RecordX86_64Relocation()
195 if (!A_Base) in RecordX86_64Relocation()
203 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()