Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GANGE666/xVMP
/ errorCodeToError
Function
errorCodeToError
src/lib/Support/Error.cpp:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
Error errorCodeToError(std::error_code EC) {
89
if (!EC)
90
return Error::success();
91
return Error(llvm::make_unique<ECError>(ECError(EC)));
92
}
93
94
std::error_code errorToErrorCode(Error Err) {
95
std::error_code EC;
Callers
15
dumpTypesFromObjectFile
Method · 0.85
yamlToPdb
Function · 0.85
getAbsolutePath
Function · 0.85
dumpInput
Function · 0.85
dump
Method · 0.85
createOutputStream
Method · 0.85
main
Function · 0.85
check
Function · 0.85
readExecutableHeaders
Method · 0.85
readSections
Method · 0.85
readSymbols
Method · 0.85
getObjectsAs
Method · 0.85
Calls
3
success
Function · 0.85
ECError
Class · 0.85
Error
Class · 0.50
Tested by
2
runForTesting
Method · 0.68
TEST
Function · 0.68