Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp88 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables() function in DebugNamesDWARFIndex
99 m_fallback.GetGlobalVariables(basename, callback); in GetGlobalVariables()
102 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables() function in DebugNamesDWARFIndex
124 m_fallback.GetGlobalVariables(regex, callback); in GetGlobalVariables()
127 void DebugNamesDWARFIndex::GetGlobalVariables( in GetGlobalVariables() function in DebugNamesDWARFIndex
153 m_fallback.GetGlobalVariables(cu, callback); in GetGlobalVariables()
H A DDWARFIndex.h34 GetGlobalVariables(ConstString basename,
38 GetGlobalVariables(const RegularExpression &regex,
42 GetGlobalVariables(DWARFUnit &cu,
H A DAppleDWARFIndex.h36 GetGlobalVariables(ConstString basename,
39 GetGlobalVariables(const RegularExpression &regex,
42 GetGlobalVariables(DWARFUnit &cu,
H A DDebugNamesDWARFIndex.h30 GetGlobalVariables(ConstString basename,
33 GetGlobalVariables(const RegularExpression &regex,
36 GetGlobalVariables(DWARFUnit &cu,
H A DManualDWARFIndex.h30 GetGlobalVariables(ConstString basename,
33 GetGlobalVariables(const RegularExpression &regex,
36 GetGlobalVariables(DWARFUnit &unit,
H A DAppleDWARFIndex.cpp56 void AppleDWARFIndex::GetGlobalVariables( in GetGlobalVariables() function in AppleDWARFIndex
65 void AppleDWARFIndex::GetGlobalVariables( in GetGlobalVariables() function in AppleDWARFIndex
78 void AppleDWARFIndex::GetGlobalVariables( in GetGlobalVariables() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp374 void ManualDWARFIndex::GetGlobalVariables( in GetGlobalVariables() function in ManualDWARFIndex
381 void ManualDWARFIndex::GetGlobalVariables( in GetGlobalVariables() function in ManualDWARFIndex
388 void ManualDWARFIndex::GetGlobalVariables( in GetGlobalVariables() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2208 m_index->GetGlobalVariables(ConstString(basename), [&](DWARFDIE die) { in FindGlobalVariables()
2274 m_index->GetGlobalVariables(regex, [&](DWARFDIE die) { in FindGlobalVariables()
3247 m_index->GetGlobalVariables(*dwarf_cu, [&](DWARFDIE die) { in ParseVariablesForContext()