Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MachObjectWriter.cpp221 const MCSymbol *A_Base = Asm.getAtom(*A); in recordRelocation() local
239 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
263 if (!A_Base) { in recordRelocation()
278 if (A_Base == B_Base && A_Base) { in recordRelocation()
285 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
286 *A_Base, Layout)); in recordRelocation()
296 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.cpp148 const MCSymbol *A_Base = Asm.getAtom(*A); in RecordX86_64Relocation() local
180 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
197 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout)); in RecordX86_64Relocation()
201 if (!A_Base) in RecordX86_64Relocation()
209 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()