Searched refs:MAI (Results 76 - 86 of 86) sorted by relevance

1234

/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.h26 ARMInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
H A DARMInstPrinter.cpp60 ARMInstPrinter::ARMInstPrinter(const MCAsmInfo &MAI, argument
64 MCInstPrinter(MAI, MII, MRI) {
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h706 const MCAsmInfo &MAI) const;
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp554 const MCAsmInfo &MAI = *MF.getTarget().getMCAsmInfo(); local
560 return getInlineAsmLength(MI.getOperand(0).getSymbolName(), MAI);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp548 if (Asm->MAI->doesDwarfUseInlineInfoSection()) {
736 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections())
2076 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) {
2090 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections())
2703 if (!Asm->MAI->doesDwarfUseInlineInfoSection())
2784 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections())
2798 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections())
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp128 const MCAsmInfo &MAI; member in class:__anon22219::AsmParser
174 /// AssemblerDialect. ~OU means unset value and use value provided by MAI.
185 const MCAsmInfo &MAI);
205 return MAI.getAssemblerDialect();
481 : Lexer(_MAI), Ctx(_Ctx), Out(_Out), MAI(_MAI), SrcMgr(_SM),
650 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) {
4290 const MCAsmInfo &MAI) {
4291 return new AsmParser(SM, C, Out, MAI);
/external/llvm/lib/MC/
H A DMCDwarf.cpp1293 const MCAsmInfo *MAI = context.getAsmInfo(); local
1295 MAI->getInitialFrameState();
1299 streamer.EmitValueToAlignment(IsEH ? 4 : MAI->getPointerSize());
/external/clang/lib/Parse/
H A DParseStmt.cpp2094 OwningPtr<llvm::MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TT));
2100 llvm::MCContext Ctx(MAI.get(), MRI.get(), MOFI.get(), &TempSrcMgr);
2109 Parser(createMCAsmParser(TempSrcMgr, Ctx, *Str.get(), *MAI));
2116 TheTarget->createMCInstPrinter(1, *MAI, *MII, *MRI, *STI);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp952 if (MAI->doesSupportDebugInformation())
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp546 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo(); local
554 return getInlineAsmLength(MI->getOperand(0).getSymbolName(), *MAI);
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7664 const MCAsmInfo *MAI = getParser().getStreamer().getContext().getAsmInfo(); local
7665 bool isMachO = MAI->hasSubsectionsViaSymbols();

Completed in 313 milliseconds

1234