HomeSort by relevance Sort by last modified time
    Searched refs:B_Base (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 151 const MCSymbolData *B_Base = Asm.getAtom(&B_SD);
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/llvm/lib/MC/
MachObjectWriter.cpp 572 const MCSymbolData *A_Base = 0, *B_Base = 0;
618 B_Base = FB.getAtom();
619 if (!B_Base)
623 if (A_Base == B_Base)

Completed in 25 milliseconds