Home
last modified time | relevance | path

Searched refs:loadDataForPDB (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
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-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDB.h22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp22 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() function in llvm::pdb
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp323 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp886 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
1040 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpDia()
1088 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpPretty()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp161 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()