Searched refs:looking_for_methods (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp56 bool looking_for_methods = name_type_mask & lldb::eFunctionNameTypeMethod; local
58 if (looking_for_methods || looking_for_functions) {
62 if ((looking_for_methods && looking_for_functions) ||
63 looking_for_methods == die.IsMethod())

Completed in 48 milliseconds