Home
last modified time | relevance | path

Searched refs:matching_symbols (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp346 SymbolContextList matching_symbols; in GetLibdlFunctionDeclarations() local
352 ConstString(name), eFunctionNameTypeFull, matching_symbols); in GetLibdlFunctionDeclarations()
353 if (matching_symbols.GetSize()) { in GetLibdlFunctionDeclarations()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp131 const size_t matching_symbols = sc_list.GetSize(); in LookupInCompleteClassCache() local
133 if (matching_symbols) { in LookupInCompleteClassCache()