Home | History | Annotate | Download | only in llvm-mc

Lines Matching full:srcmgr

241 static int AsLexInput(SourceMgr &SrcMgr, MCAsmInfo &MAI,
245 Lexer.setBuffer(SrcMgr.getMemoryBuffer(SrcMgr.getMainFileID())->getBuffer());
253 SrcMgr.PrintMessage(Lexer.getLoc(), SourceMgr::DK_Warning,
321 SourceMgr &SrcMgr, MCContext &Ctx, MCStreamer &Str,
325 createMCAsmParser(SrcMgr, Ctx, Str, MAI));
378 SourceMgr SrcMgr;
380 // Tell SrcMgr about this buffer, which is what the parser will pick up.
381 SrcMgr.AddNewSourceBuffer(Buffer, SMLoc());
385 SrcMgr.setIncludeDirs(IncludeDirs);
405 MCContext Ctx(MAI.get(), MRI.get(), &MOFI, &SrcMgr);
483 Res = AsLexInput(SrcMgr, *MAI, Out.get());
486 Res = AssembleInput(ProgName, TheTarget, SrcMgr, Ctx, *Str, *MAI, *STI,
500 *Buffer, SrcMgr, Out->os());