Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp62 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry() function in DebugNamesDWARFIndex
94 if (!ProcessEntry(entry, callback, basename.GetStringRef())) in GetGlobalVariables()
115 if (!ProcessEntry(*entry_or, callback, in GetGlobalVariables()
142 if (!ProcessEntry(*entry_or, callback, in GetGlobalVariables()
205 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetTypes()
219 if (!ProcessEntry(entry, callback, name)) in GetTypes()
232 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetNamespaces()
282 if (!ProcessEntry(*entry_or, callback, in GetFunctions()
H A DDebugNamesDWARFIndex.h81 bool ProcessEntry(const DebugNames::Entry &entry,