Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1559 class ErrorCodeWrapper { class
1561 explicit ErrorCodeWrapper(std::error_code ec) : errorCode(ec.value()) {} in ErrorCodeWrapper() function in ErrorCodeWrapper
1562 explicit ErrorCodeWrapper(int ec) : errorCode(ec) {} in ErrorCodeWrapper() function in ErrorCodeWrapper