Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h163 bool IsGlobalOrStaticScopeVariable() const;
DManualDWARFIndex.cpp215 is_global_or_static_variable = die.IsGlobalOrStaticScopeVariable(); in IndexUnitImpl()
DDWARFDebugInfoEntry.cpp856 bool DWARFDebugInfoEntry::IsGlobalOrStaticScopeVariable() const { in IsGlobalOrStaticScopeVariable() function in DWARFDebugInfoEntry
DSymbolFileDWARF.cpp3370 die.GetDIE()->IsGlobalOrStaticScopeVariable()) in ParseVariableDIE()