Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp61 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry() function in DebugNamesDWARFIndex
93 if (!ProcessEntry(entry, callback, basename.GetStringRef())) in GetGlobalVariables()
114 if (!ProcessEntry(*entry_or, callback, in GetGlobalVariables()
138 if (!ProcessEntry(*entry_or, callback, in GetGlobalVariables()
199 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetTypes()
213 if (!ProcessEntry(entry, callback, name)) in GetTypes()
226 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetNamespaces()
276 if (!ProcessEntry(*entry_or, callback, in GetFunctions()
H A DDebugNamesDWARFIndex.h81 bool ProcessEntry(const DebugNames::Entry &entry,