Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp76 bool looking_for_methods = name_type_mask & lldb::eFunctionNameTypeMethod; in ProcessFunctionDIE() local
78 if (looking_for_methods || looking_for_functions) { in ProcessFunctionDIE()
82 if ((looking_for_methods && looking_for_functions) || in ProcessFunctionDIE()
83 looking_for_methods == die.IsMethod()) in ProcessFunctionDIE()