Home
last modified time | relevance | path

Searched refs:createMCAsmParser (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp115 createMCAsmParser(Regions.getSourceMgr(), Ctx, Str, MAI)); in parseCodeRegions()
122 TheTarget.createMCAsmParser(STI, *Parser, MCII, Opts)); in parseCodeRegions()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DModuleSymbolTable.cpp111 createMCAsmParser(SrcMgr, MCCtx, Streamer, *MAI)); in initializeRecordStreamer()
115 T->createMCAsmParser(*STI, *Parser, *MCII, MCOptions)); in initializeRecordStreamer()
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp285 createMCAsmParser(SrcMgr, Ctx, Str, MAI)); in AssembleInput()
287 TheTarget->createMCAsmParser(STI, *Parser, MCII, MCOptions)); in AssembleInput()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp140 std::unique_ptr<MCAsmParser> Parser(createMCAsmParser( in EmitInlineAsm()
151 std::unique_ptr<MCTargetAsmParser> TAP(TM.getTarget().createMCAsmParser( in EmitInlineAsm()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp481 createMCAsmParser(SrcMgr, Ctx, *Str.get(), *MAI)); in ExecuteAssembler()
486 TheTarget->createMCAsmParser(*STI, *Parser, *MCII, Options)); in ExecuteAssembler()
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h311 MCAsmParser *createMCAsmParser(SourceMgr &, MCContext &, MCStreamer &,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmtAsm.cpp604 createMCAsmParser(TempSrcMgr, Ctx, *Str.get(), *MAI)); in ParseMicrosoftAsmStatement()
609 TheTarget->createMCAsmParser(*STI, *Parser, *MII, MCOptions)); in ParseMicrosoftAsmStatement()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h414 MCTargetAsmParser *createMCAsmParser(const MCSubtargetInfo &STI, in createMCAsmParser() function
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5932 MCAsmParser *llvm::createMCAsmParser(SourceMgr &SM, MCContext &C, in createMCAsmParser() function in llvm