Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1248 class ErrorCodeWrapper { class
1250 explicit ErrorCodeWrapper(std::error_code ec) : errorCode(ec.value()) {} in ErrorCodeWrapper() function in ErrorCodeWrapper
1251 explicit ErrorCodeWrapper(int ec) : errorCode(ec) {} in ErrorCodeWrapper() function in ErrorCodeWrapper
1260 ErrorCodeWrapper ec(exp); \