Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DGenericError.cpp32 case pdb_error_code::invalid_utf8_path: in message()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h18 invalid_utf8_path = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp98 return make_error<PDBError>(pdb_error_code::invalid_utf8_path, Path); in createFromPdb()
124 return make_error<PDBError>(pdb_error_code::invalid_utf8_path, Path); in createFromExe()