Searched refs:B_Base (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp217 const MCSymbol *B_Base = Asm.getAtom(*B); local
263 if (!B_Base) {
271 if (A_Base == B_Base && A_Base) {
281 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress(
282 *B_Base, Layout));
291 RelSymbol = B_Base;
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp153 const MCSymbol *B_Base = Asm.getAtom(*B); local
181 if (A_Base == B_Base && A_Base) {
200 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout));
212 if (B_Base)
213 RelSymbol = B_Base;
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp151 const MCSymbolData *B_Base = Asm.getAtom(&B_SD); local
173 if (A_Base == B_Base && A_Base)
179 (B_Base == NULL ? 0 : Writer->getSymbolAddress(B_Base, Layout));
200 if (B_Base) {
201 Index = B_Base->getIndex();
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMachObjectWriter.cpp572 const MCSymbolData *A_Base = 0, *B_Base = 0; local
618 B_Base = FB.getAtom();
619 if (!B_Base)
623 if (A_Base == B_Base)

Completed in 233 milliseconds