Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp129 std::string ErrorInfo; in main() local
130 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, in main()
132 if (!ErrorInfo.empty()) { in main()
133 errs() << ErrorInfo << '\n'; in main()
/frameworks/compile/slang/
Dllvm-rs-as.cpp90 std::string ErrorInfo; in WriteOutputFile() local
92 (new tool_output_file(OutputFilename.c_str(), ErrorInfo, in WriteOutputFile()
94 if (!ErrorInfo.empty()) { in WriteOutputFile()
95 errs() << ErrorInfo << '\n'; in WriteOutputFile()
/frameworks/compile/libbcc/lib/Core/
DSource.cpp117 std::string ErrorInfo; in CreateFromModule() local
118 llvm::raw_string_ostream ErrorStream(ErrorInfo); in CreateFromModule()