Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp241 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
264 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
267 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
290 m_fallback.GetFunctions(regex, callback); in GetFunctions()
H A DDWARFIndex.h58 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf,
62 GetFunctions(const RegularExpression &regex,
H A DAppleDWARFIndex.h55 void GetFunctions(const Module::LookupInfo &lookup_info,
59 void GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.h50 void GetFunctions(const Module::LookupInfo &lookup_info,
54 void GetFunctions(const RegularExpression &regex,
H A DManualDWARFIndex.h49 void GetFunctions(const Module::LookupInfo &lookup_info,
53 void GetFunctions(const RegularExpression &regex,
H A DAppleDWARFIndex.cpp182 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
193 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp431 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
478 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2395 m_index->GetFunctions(lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions()
2411 m_index->GetFunctions(no_tp_lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions()
2447 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()