Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h49 void GetFunctions(ConstString name, SymbolFileDWARF &dwarf,
53 void GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.cpp234 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
257 m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, in GetFunctions()
261 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
284 m_fallback.GetFunctions(regex, callback); in GetFunctions()
H A DDWARFIndex.h54 GetFunctions(ConstString name, SymbolFileDWARF &dwarf,
59 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 DAppleDWARFIndex.cpp179 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
189 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp402 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
447 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2255 m_index->GetFunctions(name, *this, parent_decl_ctx, name_type_mask, in FindFunctions()
2291 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()