Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp125 auto converted_cb = DIERefCallback(callback, name); in SearchFor() local
132 if (!converted_cb(entry)) in SearchFor()
150 DIERefCallbackImpl converted_cb = DIERefCallback(callback, regex.GetText()); in GetGlobalVariables() local
155 if (!converted_cb(entry.BaseEntry)) in GetGlobalVariables()
171 DIERefCallbackImpl converted_cb = DIERefCallback(callback); in GetGlobalVariables() local
174 if (!converted_cb(entry.BaseEntry)) in GetGlobalVariables()
193 auto converted_cb = DIERefCallback(callback, class_name); in GetCompleteObjCClass() local
197 converted_cb(entry); in GetCompleteObjCClass()
208 if (!converted_cb(ref)) in GetCompleteObjCClass()