/external/lldb/include/lldb/Breakpoint/ |
BreakpointResolverName.h | 36 uint32_t name_type_mask, 44 uint32_t name_type_mask, 50 uint32_t name_type_mask, 93 uint32_t name_type_mask; // See FunctionNameType member in struct:lldb_private::BreakpointResolverName::LookupInfo 99 name_type_mask (0), 115 AddNameLookup (const ConstString &name, uint32_t name_type_mask);
|
/external/lldb/source/Breakpoint/ |
BreakpointResolverName.cpp | 32 uint32_t name_type_mask, 54 AddNameLookup (ConstString(name_cstr), name_type_mask); local 61 uint32_t name_type_mask, 69 AddNameLookup (ConstString (names[i]), name_type_mask); local 75 uint32_t name_type_mask, 83 AddNameLookup (ConstString (name.c_str(), name.size()), name_type_mask); local 115 lookup.name_type_mask = eFunctionNameTypeMethod; 125 BreakpointResolverName::AddNameLookup (const ConstString &name, uint32_t name_type_mask) 137 lookup.name_type_mask = eFunctionNameTypeFull; 146 Module::PrepareForFunctionNameLookup(lookup.name, name_type_mask, lookup.lookup_name, lookup.name_type_mask, lookup.match_name_after_lookup) [all...] |
/external/lldb/include/lldb/Core/ |
Module.h | 237 /// @param[in] name_type_mask 250 uint32_t name_type_mask, 294 /// @param[in] name_type_mask 314 uint32_t name_type_mask, [all...] |
ModuleList.h | 266 uint32_t name_type_mask, 277 uint32_t name_type_mask,
|
/external/lldb/include/lldb/API/ |
SBTarget.h | 584 /// @param[in] name_type_mask 597 uint32_t name_type_mask = lldb::eFunctionNameTypeAny); 648 // This version uses name_type_mask = eFunctionNameTypeAuto 656 uint32_t name_type_mask, // Logical OR one or more FunctionNameType enum bits 663 uint32_t name_type_mask, // Logical OR one or more FunctionNameType enum bits
|
SBModule.h | 144 /// @param[in] name_type_mask 157 uint32_t name_type_mask = lldb::eFunctionNameTypeAny);
|
/external/lldb/source/Core/ |
Module.cpp | 592 uint32_t name_type_mask, 606 if (name_type_mask & eFunctionNameTypeAuto) 612 name_type_mask, 660 symbols->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, append, sc_list); 667 symtab->FindFunctionSymbols(name, name_type_mask, sc_list); [all...] |
ModuleList.cpp | 331 uint32_t name_type_mask, 342 if (name_type_mask & eFunctionNameTypeAuto) 347 Module::PrepareForFunctionNameLookup (name, name_type_mask, 393 (*pos)->FindFunctions (name, NULL, name_type_mask, include_symbols, include_inlines, true, sc_list); 401 uint32_t name_type_mask, 406 if (name_type_mask & eFunctionNameTypeAuto) 411 Module::PrepareForFunctionNameLookup (name, name_type_mask, 453 (*pos)->FindFunctionSymbols (name, name_type_mask, sc_list); [all...] |
/external/lldb/include/lldb/Symbol/ |
SymbolFile.h | 138 virtual uint32_t FindFunctions (const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) = 0;
|
SymbolVendor.h | 110 uint32_t name_type_mask,
|
Symtab.h | 75 size_t FindFunctionSymbols (const ConstString &name, uint32_t name_type_mask, SymbolContextList& sc_list);
|
/external/lldb/source/Plugins/SymbolFile/Symtab/ |
SymbolFileSymtab.h | 97 FindFunctions(const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
|
SymbolFileSymtab.cpp | 342 SymbolFileSymtab::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list)
|
/external/lldb/source/Symbol/ |
Symtab.cpp | [all...] |
SymbolVendor.cpp | 307 SymbolVendor::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) 314 return m_sym_file_ap->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, append, sc_list);
|
/external/lldb/source/API/ |
SBTarget.cpp | 1355 uint32_t name_type_mask = eFunctionNameTypeAuto; local 2097 name_type_mask, local [all...] |
SBModule.cpp | 435 uint32_t name_type_mask) 446 name_type_mask, local
|
/external/lldb/scripts/Python/interface/ |
SBTarget.i | 566 /// @param[in] name_type_mask 580 uint32_t name_type_mask = lldb::eFunctionNameTypeAny); 656 uint32_t name_type_mask, // Logical OR one or more FunctionNameType enum bits
|
SBModule.i | 205 /// @param[in] name_type_mask 219 uint32_t name_type_mask = lldb::eFunctionNameTypeAny);
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
SymbolFileDWARF.h | 120 virtual uint32_t FindFunctions(const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list); 402 uint32_t name_type_mask,
|
SymbolFileDWARFDebugMap.h | 85 virtual uint32_t FindFunctions (const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, lldb_private::SymbolContextList& sc_list);
|
SymbolFileDWARF.cpp | [all...] |
SymbolFileDWARFDebugMap.cpp | [all...] |
/external/lldb/source/Commands/ |
CommandObjectBreakpoint.cpp | 436 uint32_t name_type_mask = m_options.m_func_name_type_mask; local 438 if (name_type_mask == 0) 439 name_type_mask = eFunctionNameTypeAuto; 444 name_type_mask, [all...] |