Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DGenericError.cpp30 case pdb_error_code::dia_failed_loading: in message()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h20 dia_failed_loading, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp74 return llvm::make_error<PDBError>(pdb_error_code::dia_failed_loading); in LoadDIA()