Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp152 bool is_global_or_static_variable = false; in IndexUnitImpl() local
209 is_global_or_static_variable = false; in IndexUnitImpl()
229 is_global_or_static_variable = true; in IndexUnitImpl()
336 if (name && has_location_or_const_value && is_global_or_static_variable) { in IndexUnitImpl()