Searched refs:PDB_ReaderType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDB.cpp | 23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() 26 if (Type == PDB_ReaderType::Native) in loadDataForPDB() 36 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE() 39 if (Type == PDB_ReaderType::Native) { in loadDataForEXE()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDB.h | 22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path, 25 Error loadDataForEXE(PDB_ReaderType Type, StringRef Path,
|
| H A D | PDBTypes.h | 80 enum class PDB_ReaderType { enum
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 592 PDB_ReaderType ReaderType = in getOrCreateModuleInfo() 593 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 860 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB() 1013 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia() 1061 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
|
| H A D | InputFile.cpp | 277 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 143 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath), in CalculateAbilities() 154 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()
|