Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDDisassembler.cpp370 SourceMgr sourceMgr; in parseInst() local
371 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()