Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp234 bool is_global_or_static_variable = false; in IndexUnitImpl() local
273 is_global_or_static_variable = die.IsGlobalOrStaticScopeVariable(); in IndexUnitImpl()
366 if (name && has_location_or_const_value && is_global_or_static_variable) { in IndexUnitImpl()