Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h47 CHECK_ERROR_NOSLOTS = 0x00200, enumerator
DHexagonMCChecker.cpp258 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NOSLOTS); in checkSlots()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp672 if (HexagonMCErrInfo::CHECK_ERROR_NOSLOTS & Err) in finishBundle()