HomeSort by: relevance | last modified time | path
    Searched defs:asmInfo (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 220 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo();
222 asmInfo->getCodePointerSize());
753 const MCAsmInfo *asmInfo = Context.getAsmInfo();
754 unsigned AddrSize = asmInfo->getCodePointerSize();
860 const MCAsmInfo *asmInfo = context.getAsmInfo();
861 int AddrSize = asmInfo->getCodePointerSize();
886 asmInfo->needsDwarfSectionOffsetDirective());
956 const MCAsmInfo &AsmInfo = *context.getAsmInfo();
957 int AddrSize = AsmInfo.getCodePointerSize();
966 AsmInfo.needsDwarfSectionOffsetDirective())
    [all...]

Completed in 24 milliseconds