Home
last modified time | relevance | path

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

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