Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp84 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() function
93 return orcError(OrcErrorCode::DuplicateDefinition); in convertToErrorCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h45 std::error_code orcError(OrcErrorCode ErrCode);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp74 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
100 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
116 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
141 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
155 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
163 return orcError(OrcErrorCode::MissingSymbolDefinitions); in convertToErrorCode()
172 return orcError(OrcErrorCode::UnexpectedSymbolDefinitions); in convertToErrorCode()