Lines Matching refs:GetStringRef
90 m_debug_names_up->equal_range(basename.GetStringRef())) { in GetGlobalVariables()
94 if (!ProcessEntry(entry, callback, basename.GetStringRef())) in GetGlobalVariables()
163 m_debug_names_up->equal_range(class_name.GetStringRef())) { in GetCompleteObjCClass()
180 ReportInvalidDIERef(*ref, class_name.GetStringRef()); in GetCompleteObjCClass()
192 auto dierefcallback = DIERefCallback(callback, class_name.GetStringRef()); in GetCompleteObjCClass()
203 m_debug_names_up->equal_range(name.GetStringRef())) { in GetTypes()
205 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetTypes()
230 m_debug_names_up->equal_range(name.GetStringRef())) { in GetNamespaces()
232 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetNamespaces()
247 m_debug_names_up->equal_range(name.GetStringRef())) { in GetFunctions()
253 if (!ProcessFunctionDIE(name.GetStringRef(), *ref, dwarf, parent_decl_ctx, in GetFunctions()