HomeSort by: relevance | last modified time | path
    Searched refs:PDB_ReaderType (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDB.h 22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
25 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
PDBTypes.h 79 /// of PDB_ReaderType::DIA is currently supported, but Native is in the works.
80 enum class PDB_ReaderType {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDB.cpp 23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path,
26 if (Type == PDB_ReaderType::Native)
36 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path,
39 if (Type == PDB_ReaderType::Native) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 590 PDB_ReaderType ReaderType =
591 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp 277 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session))
llvm-pdbutil.cpp 860 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session));
1013 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;
1061 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;

Completed in 49 milliseconds