Searched refs:PDB_ReaderType (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDB.cpp | 22 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() 25 if (Type == PDB_ReaderType::Native) in loadDataForPDB() 35 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE() 38 if (Type == PDB_ReaderType::Native) { in loadDataForEXE()
|
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 102 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) { in searchForExe() 263 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, Filename, Session)) in handleObject()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 649 PDB_ReaderType ReaderType = in getOrCreateModuleInfo() 650 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 884 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); 1037 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia() 1085 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 324 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 155 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath), in CalculateAbilities() 166 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 399 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, ServerName, Session)) in loadTypeServer()
|