Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCompiler.cpp71 Ctx.getStrError() in run()
110 Ctx.getStrError() << "WASM support not enabled\n"; in run()
116 Ctx.getStrError() in run()
152 Ctx.getStrError() << "Error: Build doesn't allow LLVM IR, " in run()
DIceBrowserCompileServer.cpp268 Ctx->getStrError() << Reason; in setFatalError()
DIceGlobalContext.cpp412 getStrError() << "ICE translation error: " << Func->getFunctionName() in translateFunctions()
471 getStrError() << "emitFileHeader for non-ELF"; in emitFileHeader()
DIceGlobalContext.h187 Ostream &getStrError() { return *StrError; } in getStrError() function
DPNaClTranslator.cpp592 raw_ostream &OldErrStream = setErrStream(Context->getStrError()); in ErrorAt()
3285 getContext()->getStrError() << Header.Unsupported(); in translate()