Searched refs:JITSymbolNotFound (Results 1 – 2 of 2) sorted by relevance
36 case OrcErrorCode::JITSymbolNotFound: in message()82 char JITSymbolNotFound::ID = 0;111 JITSymbolNotFound::JITSymbolNotFound(std::string SymbolName) in JITSymbolNotFound() function in llvm::orc::JITSymbolNotFound114 std::error_code JITSymbolNotFound::convertToErrorCode() const { in convertToErrorCode()116 return std::error_code(static_cast<UT>(OrcErrorCode::JITSymbolNotFound), in convertToErrorCode()120 void JITSymbolNotFound::log(raw_ostream &OS) const { in log()124 const std::string &JITSymbolNotFound::getSymbolName() const { in getSymbolName()
29 JITSymbolNotFound, enumerator64 class LLVM_ABI JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {68 JITSymbolNotFound(std::string SymbolName);