Home
last modified time | relevance | path

Searched refs:not_writable (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h22 not_writable, enumerator
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawError.h27 not_writable, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h30 not_writable, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMSFError.cpp32 case msf_error_code::not_writable: in message()
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawError.cpp33 case raw_error_code::not_writable: in message()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DRawError.cpp39 case raw_error_code::not_writable: in message()
DPDBFile.cpp116 return make_error<RawError>(raw_error_code::not_writable, in setBlockData()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp82 return llvm::make_error<RawError>(raw_error_code::not_writable); in commit()