Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp24 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
27 if (Type == PDB_ReaderType::Native) { in loadDataForPDB()
44 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
47 if (Type == PDB_ReaderType::Native) in loadDataForEXE()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDB.h23 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
26 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
H A DPDBTypes.h79 enum class PDB_ReaderType { enum
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp849 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
999 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia()
1047 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
1276 if (ReaderType == PDB_ReaderType::Native) in dumpPretty()
H A DInputFile.cpp274 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp410 if (auto Err = loadDataForEXE(PDB_ReaderType::DIA, in getOrCreateModuleInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp138 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath), in CalculateAbilities()
149 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()