Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp22 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()
/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.h80 enum class PDB_ReaderType { enum
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DNativeSessionTest.cpp47 Error E = pdb::loadDataForEXE(PDB_ReaderType::Native, getExePath(), S); in TEST()
56 Error E = pdb::loadDataForEXE(PDB_ReaderType::Native, getExePath(), S); in TEST()
81 Error E = pdb::loadDataForEXE(PDB_ReaderType::Native, getExePath(), S); in TEST()
H A DNativeSymbolReuseTest.cpp35 Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S); in TEST()
62 Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S); in TEST()
104 Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S); in TEST()
/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp104 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) { in searchForExe()
265 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, Filename, Session)) in handleObject()
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp652 PDB_ReaderType ReaderType = in getOrCreateModuleInfo()
653 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp884 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
1037 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia()
1085 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp324 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp156 auto error = loadDataForEXE(PDB_ReaderType::DIA, llvm::StringRef(exePath), in CalculateAbilities()
167 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp394 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, ServerName, Session)) in loadTypeServer()