MCPcopy Create free account
hub / github.com/apache/impala / GetErrorString

Method GetErrorString

be/src/codegen/llvm-codegen.cc:2059–2065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2057}
2058
2059string LlvmCodeGen::DiagnosticHandler::GetErrorString() {
2060 if (!error_str_.empty()) {
2061 string return_msg(move(error_str_)); // Also clears error_str_.
2062 return return_msg;
2063 }
2064 return "";
2065}
2066
2067string LlvmCodeGen::DebugCacheEntryString(CodeGenCacheKey& key, bool is_lookup,
2068 bool debug_mode, bool success) const {

Callers 1

LinkModuleFromLocalFsMethod · 0.80

Calls 2

moveFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected