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 153 const MCSymbolData *B_Base = Asm.getAtom(&B_SD);
175 if (A_Base == B_Base && A_Base)
181 (B_Base == NULL ? 0 : Writer->getSymbolAddress(B_Base, Layout));
202 if (B_Base) {
203 Index = B_Base->getIndex();
  /external/llvm/lib/MC/
MachObjectWriter.cpp 653 const MCSymbolData *A_Base = 0, *B_Base = 0;
706 B_Base = FB.getAtom();
707 if (!B_Base)
711 if (A_Base == B_Base)
    [all...]

Completed in 81 milliseconds