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.cpp217 const MCSymbol *A_Base = Writer->getAtom(*A); in recordRelocation() local
235 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
259 if (!A_Base) { in recordRelocation()
274 if (A_Base == B_Base && A_Base) { in recordRelocation()
281 (!A_Base || !A_Base->getFragment() in recordRelocation()
283 : Writer->getSymbolAddress(*A_Base, Asm)); in recordRelocation()
294 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp139 const MCSymbol *A_Base = Writer->getAtom(*A); in RecordX86_64Relocation() local
171 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
188 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Asm)); in RecordX86_64Relocation()
192 if (!A_Base) in RecordX86_64Relocation()
200 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()