Searched refs:sourceMgr (Results 1 – 1 of 1) sorted by relevance
370 SourceMgr sourceMgr; in parseInst() local371 sourceMgr.setDiagHandler(diag_handler, static_cast<void*>(this)); in parseInst()372 sourceMgr.AddNewSourceBuffer(buf, SMLoc()); // ownership of buf handed over in parseInst()375 OwningPtr<MCAsmParser> genericParser(createMCAsmParser(sourceMgr, in parseInst()