Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp93 static bool EntryHasMatchingTag(const llvm::AppleAcceleratorTable::Entry &entry, in EntryHasMatchingTag() function
130 if (search_for_tag && !EntryHasMatchingTag(entry, *search_for_tag)) in SearchFor()