Searched defs:AsmInfo (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetMachine.h98 const MCAsmInfo *AsmInfo; member in class:llvm::TargetMachine
162 const MCAsmInfo *getMCAsmInfo() const { return AsmInfo; }
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp760 static bool canUsePrivateLabel(const MCAsmInfo &AsmInfo, argument
762 if (!AsmInfo.isSectionAtomizableBySymbols(Section))
H A DMachineVerifier.cpp557 const MCAsmInfo *AsmInfo = TM->getMCAsmInfo(); local
561 !(AsmInfo &&
562 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj &&
/external/llvm/lib/MC/
H A DMCDwarf.cpp174 const MCAsmInfo *AsmInfo = Ctx.getAsmInfo(); local
176 AsmInfo->getPointerSize());
656 const MCAsmInfo &AsmInfo = *context.getAsmInfo(); local
663 AsmInfo.needsDwarfSectionOffsetDirective());
679 AsmInfo.needsDwarfSectionOffsetDirective());
800 const MCAsmInfo *AsmInfo = context.getAsmInfo(); local
801 int AddrSize = AsmInfo->getPointerSize();
837 const MCAsmInfo *AsmInfo = context.getAsmInfo(); local
839 AsmInfo->doesDwarfUseRelocationsAcrossSections();

Completed in 89 milliseconds