Searched refs:PDB_ReaderType (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDB.h22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
25 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
H A DPDBTypes.h79 /// of PDB_ReaderType::DIA is currently supported, but Native is in the works.
80 enum class PDB_ReaderType { class in namespace:llvm::pdb
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp23 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) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp559 PDB_ReaderType ReaderType = Opts.UseNativePDBReader
560 ? PDB_ReaderType::Native
561 : PDB_ReaderType::DIA;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp277 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session))
H A Dllvm-pdbutil.cpp860 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session));
1014 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;
1062 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp143 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath),
154 error = loadDataForPDB(PDB_ReaderType::DIA,

Completed in 174 milliseconds