Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp240 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
263 m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, in GetFunctions()
267 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
290 m_fallback.GetFunctions(regex, callback); in GetFunctions()
H A DDWARFIndex.h57 GetFunctions(ConstString name, SymbolFileDWARF &dwarf,
62 GetFunctions(const RegularExpression &regex,
H A DAppleDWARFIndex.h55 void GetFunctions(ConstString name, SymbolFileDWARF &dwarf,
59 void GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.h49 void GetFunctions(ConstString name, SymbolFileDWARF &dwarf,
53 void GetFunctions(const RegularExpression &regex,
H A DManualDWARFIndex.h49 void GetFunctions(ConstString name, SymbolFileDWARF &dwarf,
53 void GetFunctions(const RegularExpression &regex,
H A DAppleDWARFIndex.cpp182 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
192 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp413 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
458 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2351 m_index->GetFunctions(name, *this, parent_decl_ctx, name_type_mask, in FindFunctions()
2386 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()