Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDB.h22 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDB.cpp23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() function in llvm::pdb
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp277 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
Dllvm-pdbutil.cpp860 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
1014 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpDia()
1062 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpPretty()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp154 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()