Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.h51 void GetFunctions(const Module::LookupInfo &lookup_info,
55 void GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.cpp263 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
286 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
289 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
311 m_fallback.GetFunctions(regex, callback); in GetFunctions()
H A DManualDWARFIndex.h50 void GetFunctions(const Module::LookupInfo &lookup_info,
54 void GetFunctions(const RegularExpression &regex,
H A DDWARFIndex.h68 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf,
72 GetFunctions(const RegularExpression &regex,
H A DAppleDWARFIndex.h64 void GetFunctions(const Module::LookupInfo &lookup_info,
68 void GetFunctions(const RegularExpression &regex,
H A DAppleDWARFIndex.cpp276 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
293 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp443 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
490 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2559 m_index->GetFunctions(lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions()
2575 m_index->GetFunctions(no_tp_lookup_info, *this, parent_decl_ctx, in FindFunctions()
2612 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1267 static SmallVector<Function *, 1> GetFunctions(Any IR) { in GetFunctions() function
1302 for (Function *F : GetFunctions(IR)) { in registerCallbacks()
1338 for (Function *F : GetFunctions(IR)) { in registerCallbacks()