Home
last modified time | relevance | path

Searched defs:pdb (Results 1 – 15 of 15) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp171 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in CreateDeclInfoForType() local
243 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in GetOrCreateSymbolForId() local
324 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in CreateDeclInfoForUndecoratedName() local
362 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in GetParentDeclContext() local
699 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in GetOrCreateVariableDecl() local
710 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in GetOrCreateVariableDecl() local
723 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in GetOrCreateTypedefDecl() local
758 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in CreateType() local
817 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in GetOrCreateType() local
859 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in CreateFunctionDecl() local
[all …]
HDPdbIndex.h118 llvm::pdb::PDBFile &pdb() { return *m_file; } in pdb() function
119 const llvm::pdb::PDBFile &pdb() const { return *m_file; } in pdb() function
HDUdtRecordCompleter.cpp347 SymbolFileNativePDB *pdb = static_cast<SymbolFileNativePDB *>( in AddMember() local
HDSymbolFileNativePDB.cpp124 auto pdb = ObjectFilePDB::loadPDBFile(std::string(pdb_file), allocator); in loadMatchingPDBFile() local
317 if (auto *pdb = llvm::dyn_cast<ObjectFilePDB>(m_objfile_sp.get())) { in CalculateAbilities() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeEnumModules.cpp17 namespace pdb { namespace
HDEnumTables.cpp33 namespace pdb { namespace
HDNativeCompilandSymbol.cpp13 namespace pdb { namespace
HDNativeEnumInjectedSources.cpp19 namespace pdb { namespace
HDInputFile.cpp349 PDBFile &InputFile::pdb() { in pdb() function in InputFile
354 const PDBFile &InputFile::pdb() const { in pdb() function in InputFile
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp582 PDBASTParser *pdb = clang_type_system->GetPDBParser(); in ResolveTypeUID() local
620 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in CompleteType() local
641 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclForUID() local
672 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclContextForUID() local
703 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in GetDeclContextContainingUID() local
733 PDBASTParser *pdb = clang_ast_ctx->GetPDBParser(); in ParseDeclsForContext() local
1696 PDBASTParser *pdb = clang_type_system->GetPDBParser(); in FindNamespace() local
/freebsd-14-stable/sys/dev/isp/
HDisp.c1510 isp_getpdb(ispsoftc_t *isp, int chan, uint16_t id, isp_pdb_t *pdb) in isp_getpdb()
1603 isp_pdb_t pdb; in isp_dump_chip_portdb() local
1656 isp_pdb_t pdb; in isp_fclink_test() local
1886 isp_pdb_add_update(ispsoftc_t *isp, int chan, isp_pdb_t *pdb) in isp_pdb_add_update()
1960 isp_pdb_t pdb; in isp_scan_loop() local
2245 isp_pdb_t pdb; in isp_scan_fabric() local
3142 isp_pdb_t *pdb; in isp_control() local
HDispvar.h336 #define FC_PORTDB_TGT(isp, bus, pdb) (int)(lp - FCPARAM(isp, bus)->portdb) argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMagic.h54 pdb, ///< Windows PDB debug info file enumerator
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDDebugTypes.cpp424 PDBInputFile *pdb = PDBInputFile::findFromRecordPath(ctx, tsPath, file); in getTypeServerSource() local
HDPDB.cpp1612 PDBLinker pdb(ctx); in createPDB() local