Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h53 void GetFunctions(const Module::LookupInfo &lookup_info,
57 void GetFunctions(const RegularExpression &regex,
H A DAppleDWARFIndex.h64 void GetFunctions(const Module::LookupInfo &lookup_info,
68 void GetFunctions(const RegularExpression &regex,
H A DDWARFIndex.h83 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf,
87 GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.h61 void GetFunctions(const Module::LookupInfo &lookup_info,
65 void GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.cpp607 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
630 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
633 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
655 m_fallback.GetFunctions(regex, callback); in GetFunctions()
H A DAppleDWARFIndex.cpp275 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
296 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp471 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
518 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2535 m_index->GetFunctions(lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions()
2551 m_index->GetFunctions(no_tp_lookup_info, *this, parent_decl_ctx, in FindFunctions()
2588 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1338 static SmallVector<Function *, 1> GetFunctions(Any IR) { in GetFunctions() function
1373 for (Function *F : GetFunctions(IR)) { in registerCallbacks()
1409 for (Function *F : GetFunctions(IR)) { in registerCallbacks()