Home
last modified time | relevance | path

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

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