Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDB.h23 Error loadDataForPDB(PDB_ReaderType Type, StringRef Path,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp24 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() function in llvm::pdb
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp274 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
H A Dllvm-pdbutil.cpp849 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
1000 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpDia()
1048 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); in dumpPretty()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp149 error = loadDataForPDB(PDB_ReaderType::DIA, in CalculateAbilities()