Searched defs:parent_decl_ctx (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp21 ProcessFunctionDIE( llvm::StringRef name, DIERef ref, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, llvm::function_ref<bool(DWARFDIE die)> callback) argument
H A DAppleDWARFIndex.cpp179 GetFunctions( ConstString name, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, llvm::function_ref<bool(DWARFDIE die)> callback) argument
H A DDebugNamesDWARFIndex.cpp234 GetFunctions( ConstString name, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, llvm::function_ref<bool(DWARFDIE die)> callback) argument
H A DManualDWARFIndex.cpp387 GetFunctions( ConstString name, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, llvm::function_ref<bool(DWARFDIE die)> callback) argument
H A DSymbolFileDWARFDebugMap.cpp835 PrivateFindGlobalVariables( ConstString name, const CompilerDeclContext &parent_decl_ctx, const std::vector<uint32_t> &indexes, uint32_t max_matches, VariableList &variables) argument
857 FindGlobalVariables( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
1011 FindFunctions( ConstString name, const CompilerDeclContext &parent_decl_ctx, FunctionNameType name_type_mask, bool include_inlines, SymbolContextList &sc_list) argument
1181 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, TypeMap &types) argument
1217 FindNamespace( lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx) argument
[all...]
H A DSymbolFileDWARF.cpp2083 FindGlobalVariables( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
2272 FindFunctions(ConstString name, const CompilerDeclContext &parent_decl_ctx, FunctionNameType name_type_mask, bool include_inlines, SymbolContextList &sc_list) argument
2375 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, TypeMap &types) argument
2497 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h261 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp107 FindGlobalVariables(ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
116 FindFunctions(ConstString name, const CompilerDeclContext &parent_decl_ctx, lldb::FunctionNameType name_type_mask, bool include_inlines, SymbolContextList &sc_list) argument
132 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, TypeMap &types) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp296 FindFunctions( ConstString name, const CompilerDeclContext &parent_decl_ctx, FunctionNameType name_type_mask, bool include_inlines, SymbolContextList &sc_list) argument
309 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<SymbolFile *> &searched_symbol_files, TypeMap &types) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp613 FindGlobalVariables(ConstString name, const CompilerDeclContext &parent_decl_ctx, size_t max_matches, VariableList &variables) argument
801 FindFunctions(ConstString name, const CompilerDeclContext &parent_decl_ctx, FunctionNameType name_type_mask, bool include_symbols, bool include_inlines, SymbolContextList &sc_list) argument
938 FindTypes_Impl( ConstString name, const CompilerDeclContext &parent_decl_ctx, size_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, TypeMap &types) argument
950 FindTypesInNamespace(ConstString type_name, const CompilerDeclContext &parent_decl_ctx, size_t max_matches, TypeList &type_list) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1174 FindGlobalVariables( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
1201 FindFunctions( ConstString name, const CompilerDeclContext &parent_decl_ctx, FunctionNameType name_type_mask, bool include_inlines, SymbolContextList &sc_list) argument
1239 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<SymbolFile *> &searched_symbol_files, TypeMap &types) argument
1566 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1100 FindGlobalVariables( lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, lldb_private::VariableList &variables) argument
1296 FindFunctions( lldb_private::ConstString name, const lldb_private::CompilerDeclContext &parent_decl_ctx, FunctionNameType name_type_mask, bool include_inlines, lldb_private::SymbolContextList &sc_list) argument
1425 FindTypes( lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, lldb_private::TypeMap &types) argument
1514 FindTypesByName( llvm::StringRef name, const lldb_private::CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, lldb_private::TypeMap &types) argument
1674 FindNamespace(lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx) argument
[all...]

Completed in 225 milliseconds