Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp910 const uint32_t oso_matches = oso_dwarf->FindGlobalVariables (name, in FindGlobalVariables() local
915 if (oso_matches > 0) in FindGlobalVariables()
917 total_matches += oso_matches; in FindGlobalVariables()
929 max_matches -= oso_matches; in FindGlobalVariables()
952 const uint32_t oso_matches = oso_dwarf->FindGlobalVariables (regex, in FindGlobalVariables() local
956 if (oso_matches > 0) in FindGlobalVariables()
958 total_matches += oso_matches; in FindGlobalVariables()
970 max_matches -= oso_matches; in FindGlobalVariables()