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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp31 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); local
H A DManualDWARFIndex.cpp449 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); local
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp43 AddNameLookup(ConstString(name_cstr), name_type_mask); local
55 AddNameLookup(ConstString(names[i]), name_type_mask); local
67 AddNameLookup(ConstString(name.c_str(), name.size()), name_type_mask); local
27 BreakpointResolverName(const BreakpointSP &bkpt, const char *name_cstr, FunctionNameType name_type_mask, LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, bool skip_prologue) argument
47 BreakpointResolverName( const BreakpointSP &bkpt, const char *names[], size_t num_names, FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
59 BreakpointResolverName( const BreakpointSP &bkpt, const std::vector<std::string> &names, FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
214 AddNameLookup(ConstString name, FunctionNameType name_type_mask) argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp386 FindFunctions(const char *name, uint32_t name_type_mask) argument
H A DSBTarget.cpp797 lldb::FunctionNameType name_type_mask = eFunctionNameTypeAuto; local
803 BreakpointCreateByName( const char *symbol_name, uint32_t name_type_mask, const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) argument
814 BreakpointCreateByName( const char *symbol_name, uint32_t name_type_mask, LanguageType symbol_language, const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) argument
837 BreakpointCreateByNames( const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) argument
848 BreakpointCreateByNames( const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, LanguageType symbol_language, const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) argument
860 BreakpointCreateByNames( const char *symbol_names[], uint32_t num_names, uint32_t name_type_mask, LanguageType symbol_language, lldb::addr_t offset, const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) argument
1743 FindFunctions(const char *name, uint32_t name_type_mask) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp392 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); local
H A DSymtab.cpp1089 void Symtab::FindFunctionSymbols(ConstString name, uint32_t name_type_mask, argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp436 FindFunctions(ConstString name, FunctionNameType name_type_mask, const ModuleFunctionSearchOptions &options, SymbolContextList &sc_list) const argument
464 FindFunctionSymbols(ConstString name, lldb::FunctionNameType name_type_mask, SymbolContextList &sc_list) argument
H A DModule.cpp634 LookupInfo(ConstString name, FunctionNameType name_type_mask, LanguageType language) argument
843 FindFunctions(ConstString name, const CompilerDeclContext &parent_decl_ctx, FunctionNameType name_type_mask, const ModuleFunctionSearchOptions &options, SymbolContextList &sc_list) argument
858 FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, FunctionNameType name_type_mask, const ModuleFunctionSearchOptions &options, SymbolContextList &sc_list) argument
1283 FindFunctionSymbols(ConstString name, uint32_t name_type_mask, SymbolContextList &sc_list) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp622 FunctionNameType name_type_mask = m_options.m_func_name_type_mask; variable
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1323 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1682 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); local

Completed in 219 milliseconds