Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVError.h62 enum SPIRVErrorCode { enum
70 SPIRVMap<SPIRVErrorCode, std::string>::init() { in init()
76 typedef SPIRVMap<SPIRVErrorCode, std::string> SPIRVErrorMap;
81 SPIRVErrorCode getError(std::string& ErrMsg) { in getError()
85 void setError(SPIRVErrorCode ErrCode, const std::string& ErrMsg) { in setError()
91 bool checkError(bool Condition, SPIRVErrorCode ErrCode,
97 SPIRVErrorCode ErrorCode;
103 SPIRVErrorLog::checkError(bool Cond, SPIRVErrorCode ErrCode, in checkError()
DSPIRVModule.h107 virtual SPIRVErrorCode getError(std::string&) = 0;
DSPIRVModule.cpp86 SPIRVErrorCode getError(std::string &ErrMsg) { return ErrLog.getError(ErrMsg);} in getError()