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

References

include/llvm/DebugInfo/PDB/PDB.h
   22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
   25 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
lib/DebugInfo/PDB/PDB.cpp
   23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path,
   26   if (Type == PDB_ReaderType::Native) {
   43 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path,
   46   if (Type == PDB_ReaderType::Native)
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/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));
 1009   const auto ReaderType =
 1010       opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;
 1010       opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;
 1057   const auto ReaderType =
 1058       opts::pretty::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);