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

  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 176 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo();
178 asmInfo.getPointerSize());
202 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo();
204 asmInfo.getPointerSize());
435 const MCAsmInfo &asmInfo = context.getAsmInfo();
436 int size = asmInfo.getPointerSize();
437 if (asmInfo.isStackGrowthDirectionUp())
468 const MCAsmInfo &asmInfo = context.getAsmInfo();
469 const MCExpr *v = asmInfo.getExprForFDESymbol(&symbol,
480 const MCAsmInfo &asmInfo = context.getAsmInfo()
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 154 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo();
156 asmInfo->getPointerSize());
174 const MCAsmInfo *AsmInfo = Ctx.getAsmInfo();
176 AsmInfo->getPointerSize());
581 const MCAsmInfo *asmInfo = context.getAsmInfo();
582 int AddrSize = asmInfo->getPointerSize();
604 asmInfo->needsDwarfSectionOffsetDirective());
663 const MCAsmInfo &AsmInfo = *context.getAsmInfo();
670 AsmInfo.needsDwarfSectionOffsetDirective());
672 const MCAsmInfo *asmInfo = context.getAsmInfo()
    [all...]

Completed in 3458 milliseconds