Searched refs:AppendSymbolIndexesMatchingRegExAndType (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DSymtab.h67 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes);
68 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes);
/external/lldb/source/Symbol/
H A DSymtab.cpp712 Symtab::AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t>& indexes) function in class:Symtab
736 Symtab::AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regexp, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) function in class:Symtab
827 AppendSymbolIndexesMatchingRegExAndType(regex, symbol_type, symbol_debug_type, symbol_visibility, symbol_indexes);
/external/lldb/source/Core/
H A DModule.cpp699 symtab->AppendSymbolIndexesMatchingRegExAndType (regex, eSymbolTypeAny, Symtab::eDebugAny, Symtab::eVisibilityAny, symbol_indexes);
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp1594 num_matches = symtab->AppendSymbolIndexesMatchingRegExAndType (name_regexp,

Completed in 149 milliseconds