HomeSort by relevance Sort by last modified time
    Searched refs:SPIRVErrorCode (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVError.h 61 // Defines error code enum type SPIRVErrorCode.
62 enum SPIRVErrorCode {
70 SPIRVMap<SPIRVErrorCode, std::string>::init() {
76 typedef SPIRVMap<SPIRVErrorCode, std::string> SPIRVErrorMap;
81 SPIRVErrorCode getError(std::string& ErrMsg) {
85 void setError(SPIRVErrorCode ErrCode, const std::string& ErrMsg) {
91 bool checkError(bool Condition, SPIRVErrorCode ErrCode,
97 SPIRVErrorCode ErrorCode;
103 SPIRVErrorLog::checkError(bool Cond, SPIRVErrorCode ErrCode,
SPIRVModule.h 107 virtual SPIRVErrorCode getError(std::string&) = 0;
SPIRVModule.cpp 86 SPIRVErrorCode getError(std::string &ErrMsg) { return ErrLog.getError(ErrMsg);}
    [all...]

Completed in 193 milliseconds