Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h22 operation_unsupported, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DCodeViewError.cpp34 case cv_error_code::operation_unsupported: in message()
DByteStream.cpp20 return make_error<CodeViewError>(cv_error_code::operation_unsupported, in writeBytes()