Searched defs:FindFirstSymbolWithNameAndType (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Symbol/
H A DSymtab.cpp832 Symtab::FindFirstSymbolWithNameAndType (const ConstString &name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility) function in class:Symtab
/external/lldb/source/Core/
H A DModule.cpp1149 Module::FindFirstSymbolWithNameAndType (const ConstString &name, SymbolType symbol_type) function in class:Module
1152 "Module::FindFirstSymbolWithNameAndType (name = %s, type = %i)",
1160 return symtab->FindFirstSymbolWithNameAndType (name, symbol_type, Symtab::eDebugAny, Symtab::eVisibilityAny);

Completed in 139 milliseconds