Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1374 class ErrorCodeWrapper { class
1376 explicit ErrorCodeWrapper(std::error_code ec) : errorCode(ec.value()) {} in ErrorCodeWrapper() function in ErrorCodeWrapper
1377 explicit ErrorCodeWrapper(int ec) : errorCode(ec) {} in ErrorCodeWrapper() function in ErrorCodeWrapper
1386 ErrorCodeWrapper ec(exp); \