Lines Matching refs:GetStringRef
89 m_debug_names_up->equal_range(basename.GetStringRef())) { in GetGlobalVariables()
93 if (!ProcessEntry(entry, callback, basename.GetStringRef())) in GetGlobalVariables()
157 m_debug_names_up->equal_range(class_name.GetStringRef())) { in GetCompleteObjCClass()
174 ReportInvalidDIERef(*ref, class_name.GetStringRef()); in GetCompleteObjCClass()
186 auto dierefcallback = DIERefCallback(callback, class_name.GetStringRef()); in GetCompleteObjCClass()
197 m_debug_names_up->equal_range(name.GetStringRef())) { in GetTypes()
199 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetTypes()
224 m_debug_names_up->equal_range(name.GetStringRef())) { in GetNamespaces()
226 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetNamespaces()
241 m_debug_names_up->equal_range(name.GetStringRef())) { in GetFunctions()
247 if (!ProcessFunctionDIE(name.GetStringRef(), *ref, dwarf, parent_decl_ctx, in GetFunctions()