Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp54 static ManagedStatic<RuntimeDyldErrorCategory> RTDyldErrorCategory; variable
65 return std::error_code(GenericRTDyldError, *RTDyldErrorCategory); in convertToErrorCode()