Lines Matching refs:callback

122                                 llvm::function_ref<bool(DWARFDIE die)> callback,  in SearchFor()  argument
125 auto converted_cb = DIERefCallback(callback, name); in SearchFor()
138 ConstString basename, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetGlobalVariables() argument
141 SearchFor(*m_apple_names_up, basename, callback); in GetGlobalVariables()
146 llvm::function_ref<bool(DWARFDIE die)> callback) { in GetGlobalVariables() argument
150 DIERefCallbackImpl converted_cb = DIERefCallback(callback, regex.GetText()); in GetGlobalVariables()
160 DWARFUnit &cu, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetGlobalVariables() argument
171 DIERefCallbackImpl converted_cb = DIERefCallback(callback); in GetGlobalVariables()
180 ConstString class_name, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetObjCMethods() argument
183 SearchFor(*m_apple_objc_up, class_name, callback); in GetObjCMethods()
188 llvm::function_ref<bool(DWARFDIE die)> callback) { in GetCompleteObjCClass() argument
193 auto converted_cb = DIERefCallback(callback, class_name); in GetCompleteObjCClass()
213 ConstString name, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetTypes() argument
216 SearchFor(*m_apple_types_up, name, callback); in GetTypes()
221 llvm::function_ref<bool(DWARFDIE die)> callback) { in GetTypes() argument
239 SearchFor(*m_apple_types_up, expected_name, callback, expected_tag, in GetTypes()
246 SearchFor(*m_apple_names_up, expected_name, callback); in GetTypes()
265 SearchFor(*m_apple_types_up, expected_name, callback, expected_tag); in GetTypes()
270 ConstString name, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetNamespaces() argument
273 SearchFor(*m_apple_namespaces_up, name, callback); in GetNamespaces()
279 llvm::function_ref<bool(DWARFDIE die)> callback) { in GetFunctions() argument
288 callback)) in GetFunctions()
295 llvm::function_ref<bool(DWARFDIE die)> callback) { in GetFunctions() argument
296 return GetGlobalVariables(regex, callback); in GetFunctions()