Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h166 bool IsGlobalOrStaticScopeVariable() const;
H A DDWARFDebugInfoEntry.cpp630 bool DWARFDebugInfoEntry::IsGlobalOrStaticScopeVariable() const { in IsGlobalOrStaticScopeVariable() function in DWARFDebugInfoEntry
H A DManualDWARFIndex.cpp273 is_global_or_static_variable = die.IsGlobalOrStaticScopeVariable(); in IndexUnitImpl()
H A DSymbolFileDWARF.cpp3654 die.GetDIE()->IsGlobalOrStaticScopeVariable()) in ParseVariableDIE()