reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/Symbolize/Symbolize.cpp
  460       if (auto Err = loadDataForEXE(PDB_ReaderType::DIA,
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  139     auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath),
  150       error = loadDataForPDB(PDB_ReaderType::DIA,
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1010       opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;
 1058       opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;