Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h32 virtual void GetGlobalVariables(ConstString basename, DIEArray &offsets) = 0;
34 virtual void GetGlobalVariables(const RegularExpression &regex,
36 virtual void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) = 0;
H A DDebugNamesDWARFIndex.cpp92 void DebugNamesDWARFIndex::GetGlobalVariables(ConstString basename, in GetGlobalVariables() function in DebugNamesDWARFIndex
94 m_fallback.GetGlobalVariables(basename, offsets); in GetGlobalVariables()
105 void DebugNamesDWARFIndex::GetGlobalVariables(const RegularExpression &regex, in GetGlobalVariables() function in DebugNamesDWARFIndex
107 m_fallback.GetGlobalVariables(regex, offsets); in GetGlobalVariables()
127 void DebugNamesDWARFIndex::GetGlobalVariables(const DWARFUnit &cu, in GetGlobalVariables() function in DebugNamesDWARFIndex
129 m_fallback.GetGlobalVariables(cu, offsets); in GetGlobalVariables()
H A DManualDWARFIndex.h27 void GetGlobalVariables(ConstString basename, DIEArray &offsets) override;
28 void GetGlobalVariables(const RegularExpression &regex,
30 void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) override;
H A DAppleDWARFIndex.h36 void GetGlobalVariables(ConstString basename, DIEArray &offsets) override;
37 void GetGlobalVariables(const RegularExpression &regex,
39 void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) override;
H A DDebugNamesDWARFIndex.h28 void GetGlobalVariables(ConstString basename, DIEArray &offsets) override;
29 void GetGlobalVariables(const RegularExpression &regex,
31 void GetGlobalVariables(const DWARFUnit &cu, DIEArray &offsets) override;
H A DAppleDWARFIndex.cpp57 void AppleDWARFIndex::GetGlobalVariables(ConstString basename, DIEArray &offsets) { in GetGlobalVariables() function in AppleDWARFIndex
62 void AppleDWARFIndex::GetGlobalVariables(const RegularExpression &regex, in GetGlobalVariables() function in AppleDWARFIndex
72 void AppleDWARFIndex::GetGlobalVariables(const DWARFUnit &cu, in GetGlobalVariables() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp362 void ManualDWARFIndex::GetGlobalVariables(ConstString basename, DIEArray &offsets) { in GetGlobalVariables() function in ManualDWARFIndex
367 void ManualDWARFIndex::GetGlobalVariables(const RegularExpression &regex, in GetGlobalVariables() function in ManualDWARFIndex
373 void ManualDWARFIndex::GetGlobalVariables(const DWARFUnit &cu, in GetGlobalVariables() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2099 m_index->GetGlobalVariables(ConstString(basename), die_offsets); in FindGlobalVariables()
2193 m_index->GetGlobalVariables(regex, die_offsets); in FindGlobalVariables()
3196 m_index->GetGlobalVariables(*dwarf_cu, die_offsets); in ParseVariablesForContext()