Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp217 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() local
263 if (!B_Base) { in recordRelocation()
271 if (A_Base == B_Base && A_Base) { in recordRelocation()
281 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
282 *B_Base, Layout)); in recordRelocation()
291 RelSymbol = B_Base; in recordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp148 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() local
176 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
195 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout)); in RecordX86_64Relocation()
207 if (B_Base) in RecordX86_64Relocation()
208 RelSymbol = B_Base; in RecordX86_64Relocation()