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

References

lib/DebugInfo/PDB/PDB.cpp
   26   if (Type == PDB_ReaderType::Native) {
   46   if (Type == PDB_ReaderType::Native)
tools/llvm-pdbutil/InputFile.cpp
  277     if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session))
tools/llvm-pdbutil/llvm-pdbutil.cpp
  856   ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session));
 1010       opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;
 1058       opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;
unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp
   32   Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S);
   59   Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S);
  101   Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S);