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

/freebsd-11-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.h77 /// of PDB_ReaderType::DIA is currently supported, but Native is in the works.
78 enum class PDB_ReaderType { class in namespace:llvm::pdb
/freebsd-11-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) {
43 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path,
46 if (Type == PDB_ReaderType::Native)
/freebsd-11-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.cpp856 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;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp555 if (auto Err = loadDataForEXE(PDB_ReaderType::DIA,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp141 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath),
152 error = loadDataForPDB(PDB_ReaderType::DIA,

Completed in 126 milliseconds