Home
last modified time | relevance | path

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

/llvm-project/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/llvm/include/llvm/DebugInfo/PDB/
H A DPDB.h22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
/llvm-project/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/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp265 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, Filename, Session)) in handleObject()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp324 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp884 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
1038 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpDia()
1086 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpPretty()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp394 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, ServerName, Session)) in loadTypeServer()
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp167 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()