Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h162 bool IsGlobalOrStaticScopeVariable() const;
H A DManualDWARFIndex.cpp258 is_global_or_static_variable = die.IsGlobalOrStaticScopeVariable(); in IndexUnitImpl()
H A DDWARFDebugInfoEntry.cpp820 bool DWARFDebugInfoEntry::IsGlobalOrStaticScopeVariable() const { in IsGlobalOrStaticScopeVariable() function in DWARFDebugInfoEntry
H A DSymbolFileDWARF.cpp3561 die.GetDIE()->IsGlobalOrStaticScopeVariable()) in ParseVariableDIE()