Searched refs:pdb_file (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp118 std::unique_ptr<PDBFile> pdb_file = loadPDBFile(file.GetPath(), allocator); local
119 if (!pdb_file)
122 auto info_stream = pdb_file->getPDBInfoStream();
127 auto dbi_stream = pdb_file->getPDBDbiStream();
/freebsd-current/usr.sbin/sa/
H A Dextern.h97 extern const char *pdb_file, *usrdb_file;
H A Dmain.c66 const char *pdb_file = _PATH_SAVACCT; variable
145 pdb_file = optarg;
H A Dpdb.c94 /* Copy pdb_file to in-memory pacct_db. */
98 return (db_copy_in(&pacct_db, pdb_file, "process accounting",
150 /* Copy in-memory pacct_db to pdb_file. */
154 return (db_copy_out(pacct_db, pdb_file, "process accounting",
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp108 llvm::StringRef pdb_file; local
109 if (llvm::Error e = obj->getDebugPDBInfo(pdb_info, pdb_file)) {
117 if (!FileSystem::Instance().Exists(pdb_file)) {
119 const auto pdb_name = FileSpec(pdb_file).GetFilename().GetCString();
120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef();
124 auto pdb = ObjectFilePDB::loadPDBFile(std::string(pdb_file), allocator);
316 PDBFile *pdb_file; local
318 pdb_file = &pdb->GetPDBFile();
322 pdb_file = m_file_up.get();
325 if (!pdb_file)
[all...]

Completed in 85 milliseconds