Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp62 static RuntimeDyldErrorCategory RTDyldErrorCategory; in convertToErrorCode() local
63 return std::error_code(GenericRTDyldError, RTDyldErrorCategory); in convertToErrorCode()