Searched refs:JITSymbolNotFound (Results 1 – 2 of 2) sorted by relevance
36 case OrcErrorCode::JITSymbolNotFound: in message()82 char JITSymbolNotFound::ID = 0;104 JITSymbolNotFound::JITSymbolNotFound(std::string SymbolName) in JITSymbolNotFound() function in llvm::orc::JITSymbolNotFound107 std::error_code JITSymbolNotFound::convertToErrorCode() const { in convertToErrorCode()109 return std::error_code(static_cast<UT>(OrcErrorCode::JITSymbolNotFound), in convertToErrorCode()113 void JITSymbolNotFound::log(raw_ostream &OS) const { in log()117 const std::string &JITSymbolNotFound::getSymbolName() const { in getSymbolName()
28 JITSymbolNotFound, enumerator59 class JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {63 JITSymbolNotFound(std::string SymbolName);