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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 187 const MCSymbolData *A_Base = Asm.getAtom(&A_SD);
201 Index = A_Base->getIndex();
229 if (!A_Base)
240 if (A_Base == B_Base && A_Base)
246 (!A_Base || !A_Base->getFragment()
248 : Writer->getSymbolAddress(A_Base, Layout));
255 Index = A_Base->getIndex();
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 150 const MCSymbolData *A_Base = Asm.getAtom(&A_SD);
179 if (A_Base == B_Base && A_Base)
189 (!A_Base ? 0 : Writer->getSymbolAddress(A_Base, Layout));
193 if (A_Base) {
194 Index = A_Base->getIndex();
  /external/llvm/lib/MC/
MachObjectWriter.cpp 704 const MCSymbolData *A_Base = nullptr, *B_Base = nullptr;
754 A_Base = FA->getAtom();
755 if (!A_Base)
763 if (A_Base == B_Base)
    [all...]

Completed in 1646 milliseconds