HomeSort by relevance Sort by last modified time
    Searched refs:GenericError (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/DebugInfo/PDB/
GenericError.h 25 class GenericError : public ErrorInfo<GenericError> {
28 GenericError(generic_error_code C);
29 GenericError(const std::string &Context);
30 GenericError(generic_error_code C, const std::string &Context);
  /external/llvm/lib/DebugInfo/PDB/
GenericError.cpp 10 #include "llvm/DebugInfo/PDB/GenericError.h"
44 char GenericError::ID = 0;
46 GenericError::GenericError(generic_error_code C) : GenericError(C, "") {}
48 GenericError::GenericError(const std::string &Context)
49 : GenericError(generic_error_code::unspecified, Context) {}
51 GenericError::GenericError(generic_error_code C, const std::string &Context
    [all...]
PDB.cpp 14 #include "llvm/DebugInfo/PDB/GenericError.h"
36 return llvm::make_error<GenericError>("DIA is not installed on the system");
49 return llvm::make_error<GenericError>("DIA is not installed on the system");
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 18 #include "llvm/DebugInfo/PDB/GenericError.h"
32 return make_error<GenericError>(generic_error_code::invalid_path);
56 return llvm::make_error<GenericError>(
91 return make_error<GenericError>(generic_error_code::invalid_path);
116 return make_error<GenericError>(generic_error_code::invalid_path, Path);
  /external/llvm/lib/DebugInfo/PDB/Raw/
RawSession.cpp 14 #include "llvm/DebugInfo/PDB/GenericError.h"
55 return llvm::make_error<GenericError>(generic_error_code::invalid_path);
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 33 #include "llvm/DebugInfo/PDB/GenericError.h"
305 ExitOnErr(make_error<GenericError>(generic_error_code::invalid_path, Path));
314 ExitOnErr(make_error<GenericError>(generic_error_code::unspecified,
320 ExitOnErr(make_error<GenericError>(generic_error_code::invalid_path,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 38 GenericError = 1,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 

Completed in 290 milliseconds