Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h246 raw_string_ostream ErrOut(*ErrMsg);
247 EIB.log(ErrOut);
263 raw_string_ostream ErrOut(*ErrMsg);
264 EIB.log(ErrOut);
282 raw_string_ostream ErrOut(*ErrMsg);
283 EIB.log(ErrOut);
299 raw_string_ostream ErrOut(*ErrMsg);
300 EIB.log(ErrOut);
318 raw_string_ostream ErrOut(*ErrMsg);
319 EIB.log(ErrOut);
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h202 raw_string_ostream ErrOut(*ErrMsg);
203 EIB.log(ErrOut);
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h203 raw_string_ostream ErrOut(*ErrMsg);
204 EIB.log(ErrOut);
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp1117 raw_string_ostream ErrOut(ErrMsg); in TEST_F() local
1118 EIB.log(ErrOut); in TEST_F()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp8246 ImportError ErrOut; in Import() local
8248 [&ErrOut](const ImportError &E) { ErrOut = E; }); in Import()
8249 setImportDeclError(FromD, ErrOut); in Import()
8252 SharedState->setImportDeclError(Pos->second, ErrOut); in Import()
8258 setImportDeclError(FromDi, ErrOut); in Import()
8263 SharedState->setImportDeclError(Ii->second, ErrOut); in Import()
8270 return make_error<ImportError>(ErrOut); in Import()