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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp31 enum JITLinkErrorCode { GenericJITLinkError = 1 }; enum in namespace:__anon2014
41 switch (static_cast<JITLinkErrorCode>(Condition)) {
45 llvm_unreachable("Unrecognized JITLinkErrorCode");

Completed in 154 milliseconds