Searched refs:loadDataForPDB (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDB.h | 22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
|
/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() function in llvm::pdb
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 263 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, Filename, Session)) in handleObject()
|
/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/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 884 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 D | LVCodeViewReader.cpp | 399 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, ServerName, Session)) in loadTypeServer()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 166 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()
|