Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp27 enum JITLinkErrorCode { GenericJITLinkError = 1 }; enum
37 switch (static_cast<JITLinkErrorCode>(Condition)) { in message()