Lines Matching refs:nte
104 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables() local
105 if (!regex.Execute(nte.getString())) in GetGlobalVariables()
108 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
115 llvm::StringRef(nte.getString()))) in GetGlobalVariables()
118 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetGlobalVariables()
129 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables() local
130 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
139 llvm::StringRef(nte.getString()))) in GetGlobalVariables()
142 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetGlobalVariables()
265 for (DebugNames::NameTableEntry nte: ni) { in GetFunctions() local
266 if (!regex.Execute(nte.getString())) in GetFunctions()
269 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions()
277 llvm::StringRef(nte.getString()))) in GetFunctions()
280 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetFunctions()