Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFIndex.cpp54 bool looking_for_functions = name_type_mask & lldb::eFunctionNameTypeBase; in ProcessFunctionDIE() local
55 if (looking_for_methods || looking_for_functions) { in ProcessFunctionDIE()
59 if ((looking_for_methods && looking_for_functions) || in ProcessFunctionDIE()