Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h44 virtual void GetFunctions(ConstString name, DWARFDebugInfo &info,
48 virtual void GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.cpp223 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
229 m_fallback.GetFunctions(name, info, parent_decl_ctx, name_type_mask, v); in GetFunctions()
248 void DebugNamesDWARFIndex::GetFunctions(const RegularExpression &regex, in GetFunctions() function in DebugNamesDWARFIndex
250 m_fallback.GetFunctions(regex, offsets); in GetFunctions()
H A DManualDWARFIndex.h37 void GetFunctions(ConstString name, DWARFDebugInfo &info,
41 void GetFunctions(const RegularExpression &regex, DIEArray &offsets) override;
H A DAppleDWARFIndex.h46 void GetFunctions(ConstString name, DWARFDebugInfo &info,
50 void GetFunctions(const RegularExpression &regex, DIEArray &offsets) override;
H A DDebugNamesDWARFIndex.h38 void GetFunctions(ConstString name, DWARFDebugInfo &info,
42 void GetFunctions(const RegularExpression &regex,
H A DAppleDWARFIndex.cpp137 void AppleDWARFIndex::GetFunctions(ConstString name, DWARFDebugInfo &info, in GetFunctions() function in AppleDWARFIndex
149 void AppleDWARFIndex::GetFunctions(const RegularExpression &regex, in GetFunctions() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp408 void ManualDWARFIndex::GetFunctions(ConstString name, DWARFDebugInfo &info, in GetFunctions() function in ManualDWARFIndex
460 void ManualDWARFIndex::GetFunctions(const RegularExpression &regex, in GetFunctions() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2342 m_index->GetFunctions(name, *info, *parent_decl_ctx, name_type_mask, dies); in FindFunctions()
2391 m_index->GetFunctions(regex, offsets); in FindFunctions()