Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp63 bool DebugNamesDWARFIndex::ProcessEntry( in ProcessEntry() function in DebugNamesDWARFIndex
95 if (!ProcessEntry(entry, callback, basename.GetStringRef())) in GetGlobalVariables()
116 if (!ProcessEntry(*entry_or, callback, in GetGlobalVariables()
143 if (!ProcessEntry(*entry_or, callback, in GetGlobalVariables()
206 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetTypes()
220 if (!ProcessEntry(entry, callback, name)) in GetTypes()
233 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetNamespaces()
282 if (!ProcessEntry(*entry_or, callback, in GetFunctions()
H A DDebugNamesDWARFIndex.h82 bool ProcessEntry(const DebugNames::Entry &entry,