Home
last modified time | relevance | path

Searched refs:errMsg (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp91 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) in addModule() argument
94 if(mod->getLLVVMModule()->MaterializeAllPermanently(&errMsg)) in addModule()
97 bool ret = _linker.LinkInModule(mod->getLLVVMModule(), &errMsg); in addModule()
107 bool LTOCodeGenerator::setDebugInfo(lto_debug_model debug, std::string& errMsg) in setDebugInfo() argument
118 errMsg = "unknown debug format"; in setDebugInfo()
124 std::string& errMsg) in setCodePICModel() argument
133 errMsg = "unknown pic model"; in setCodePICModel()
149 std::string &errMsg) { in writeMergedModules() argument
150 if (determineTarget(errMsg)) in writeMergedModules()
161 errMsg = "could not open bitcode file for writing: "; in writeMergedModules()
[all …]
DLTOCodeGenerator.h37 bool addModule(struct LTOModule*, std::string& errMsg);
38 bool setDebugInfo(lto_debug_model, std::string& errMsg);
39 bool setCodePICModel(lto_codegen_model, std::string& errMsg);
43 std::string& errMsg);
44 bool compile_to_file(const char** name, std::string& errMsg);
45 const void* compile(size_t* length, std::string& errMsg);
49 std::string& errMsg);
55 bool determineTarget(std::string& errMsg);
DLTOModule.h53 std::string& errMsg);
56 std::string& errMsg);
61 std::string& errMsg);
63 std::string& errMsg);
79 bool ParseSymbols(std::string &errMsg);
90 std::string &errMsg);
104 std::string& errMsg);
DLTOModule.cpp90 std::string &errMsg) { in makeLTOModule() argument
93 errMsg = ec.message(); in makeLTOModule()
96 return makeLTOModule(buffer.take(), errMsg); in makeLTOModule()
101 std::string &errMsg) { in makeLTOModule() argument
102 return makeLTOModule(fd, path, size, size, 0, errMsg); in makeLTOModule()
109 std::string &errMsg) { in makeLTOModule() argument
113 errMsg = ec.message(); in makeLTOModule()
116 return makeLTOModule(buffer.take(), errMsg); in makeLTOModule()
127 std::string &errMsg) { in makeLTOModule() argument
131 return makeLTOModule(buffer.take(), errMsg); in makeLTOModule()
[all …]
/external/capstone/bindings/vb6/
DCDisassembler.cls38 Public errMsg As String
52 If hCap = 0 Then errMsg = "Could not find capstone.dll"
61 errMsg = Empty
70 errMsg = errMsg & " Could not load vbCapstone.dll"
81 errMsg = "specified architecture not supported"
88 errMsg = err2str(lastErr)
126 errMsg = "Could not convert base address to long"
/external/swiftshader/third_party/LLVM/lib/Support/
DDynamicLibrary.cpp74 std::string *errMsg) { in getPermanentLibrary() argument
79 if (errMsg) *errMsg = dlerror(); in getPermanentLibrary()
113 std::string *errMsg) { in getPermanentLibrary() argument
114 if (errMsg) *errMsg = "dlopen() not supported on this platform"; in getPermanentLibrary()
/external/llvm/lib/Support/
DDynamicLibrary.cpp57 std::string *errMsg) { in getPermanentLibrary() argument
62 if (errMsg) *errMsg = dlerror(); in getPermanentLibrary()
96 std::string *errMsg) { in getPermanentLibrary() argument
97 if (errMsg) *errMsg = "dlopen() not supported on this platform"; in getPermanentLibrary()
/external/libese/esed/
Desed.cpp54 std::string errMsg = "Failed to open connection to eSE"; in main() local
56 errMsg += " (" + std::to_string(ese.error_code()) + "): " + ese.error_message(); in main()
58 errMsg += ": reason unknown"; in main()
60 LOG(ERROR) << errMsg; in main()
Dutils.h88 std::string errMsg = "Failed to transceive data between AP and eSE"; variable
90 errMsg += " (" + std::to_string(ese.error_code()) + "): " + ese.error_message();
92 errMsg += ": reason unknown";
94 LOG(ERROR) << errMsg;
/external/icu/icu4c/source/test/intltest/
Dtsnmfmt.cpp292 UnicodeString errMsg; in tryIt() local
296 errMsg.truncate(0); // if non-empty, we failed this iteration in tryIt()
305 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed."; in tryIt()
317 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1]) in tryIt()
331 errMsg = ("**** FAIL: Numeric mismatch after match."); in tryIt()
338 errMsg = ("**** FAIL: String mismatch after match."); in tryIt()
350 errMsg = ("**** FAIL: No string and/or number match within 2 iterations."); in tryIt()
353 if (errMsg.length() != 0) in tryIt()
360 errln(errMsg); in tryIt()
Dtmsgfmt.h77 UnicodeString expected, const char* errMsg);
83 UnicodeString pattern ,Locale locale , UErrorCode& err, char* errMsg);
Dtzfmttst.cpp830 UnicodeString errMsg; in TestParse() local
835errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected; in TestParse()
837errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos; in TestParse()
839 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType; in TestParse()
844 errMsg = (UnicodeString)"Parse failure - expected: " + DATA[i].expected; in TestParse()
847 if (errMsg.length() > 0) { in TestParse()
848 …errln((UnicodeString)"Fail: " + errMsg + " [text=" + DATA[i].text + ", pos=" + DATA[i].inPos + ", … in TestParse()
/external/libese/apps/weaver/tests/
Dweaver_test.cpp37 std::string errMsg = "Failed to open connection to eSE"; in SetUp() local
39 errMsg += " (" + std::to_string(mEse.error_code()) + "): " + mEse.error_message(); in SetUp()
41 errMsg += ": reason unknown"; in SetUp()
43 FAIL() << errMsg; in SetUp()
/external/jsilver/src/org/clearsilver/
DFactoryLoader.java112 String errMsg = "Unable to load default ClearsilverFactory class: \"" + in newDefaultClearsilverFactory()
114 logger.log(Level.SEVERE, errMsg, e); in newDefaultClearsilverFactory()
115 throw new RuntimeException(errMsg, e); in newDefaultClearsilverFactory()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDynamicLibrary.h69 std::string *errMsg = nullptr);
79 std::string *errMsg = nullptr);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DTargetLibraryInfoTest.cpp36 std::string errMsg; in parseAssembly() local
37 raw_string_ostream os(errMsg); in parseAssembly()
DCFGTest.cpp36 std::string errMsg; in ParseAssembly() local
37 raw_string_ostream os(errMsg); in ParseAssembly()
DValueTrackingTest.cpp31 std::string errMsg; in parseAssembly() local
32 raw_string_ostream os(errMsg); in parseAssembly()
/external/llvm/unittests/Analysis/
DValueTrackingTest.cpp30 std::string errMsg; in parseAssembly() local
31 raw_string_ostream os(errMsg); in parseAssembly()
DCFGTest.cpp36 std::string errMsg; in ParseAssembly() local
37 raw_string_ostream os(errMsg); in ParseAssembly()
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp185 std::string errMsg; in LoadAssemblyInto() local
186 raw_string_ostream os(errMsg); in LoadAssemblyInto()
683 std::string errMsg; in getJITFromBitcode() local
684 M = getLazyBitcodeModule(BitcodeBuffer, Context, &errMsg); in getJITFromBitcode()
686 ADD_FAILURE() << errMsg; in getJITFromBitcode()
692 .setErrorStr(&errMsg) in getJITFromBitcode()
695 ADD_FAILURE() << errMsg; in getJITFromBitcode()
DMultiJITTest.cpp27 std::string errMsg; in LoadAssemblyInto() local
28 raw_string_ostream os(errMsg); in LoadAssemblyInto()
/external/syzkaller/sys/syz-extract/
Dfetch.go38 for _, errMsg := range []string{
44 re := regexp.MustCompile(errMsg)
/external/llvm/lib/Support/Windows/
DDynamicLibrary.inc55 std::string *errMsg) {
79 MakeErrMsg(errMsg, std::string(filename) + ": Can't convert to UTF-16");
86 MakeErrMsg(errMsg, std::string(filename) + ": Can't open");
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDynamicLibrary.h65 std::string *errMsg = 0);

12