Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp154 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry() function in DebugNamesDWARFIndex
186 if (!ProcessEntry(entry, callback)) in GetGlobalVariables()
208 if (!ProcessEntry(*entry_or, callback)) in GetGlobalVariables()
244 if (!ProcessEntry(*entry_or, callback)) in GetGlobalVariables()
359 if (!ProcessEntry(entry, [&](DWARFDIE die) { in GetFullyQualifiedType()
367 if (!ProcessEntry(entry, callback)) in GetFullyQualifiedType()
461 if (!ProcessEntry(entry, callback)) in GetTypes()
475 if (!ProcessEntry(entry, callback)) in GetTypes()
490 if (!ProcessEntry(entry, callback)) in GetNamespaces()
546 if (!ProcessEntry(entry, [&](DWARFDIE die) { in GetTypesWithQuery()
[all …]
H A DDebugNamesDWARFIndex.h120 bool ProcessEntry(const DebugNames::Entry &entry,