Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp197 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables() local
198 Mangled mangled_name(nte.getString()); in GetGlobalVariables()
202 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
211 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetGlobalVariables()
234 for (DebugNames::NameTableEntry nte : ni) { in GetGlobalVariables() local
235 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
247 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetGlobalVariables()
476 for (DebugNames::NameTableEntry nte: ni) { in GetFunctions() local
477 if (!regex.Execute(nte.getString())) in GetFunctions()
480 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions()
[all …]