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 DAppleDWARFIndex.h64 void GetFunctions(const Module::LookupInfo &lookup_info,
68 void GetFunctions(const RegularExpression &regex,
H A DDWARFIndex.h68 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf,
72 GetFunctions(const RegularExpression &regex,
H A DManualDWARFIndex.h52 void GetFunctions(const Module::LookupInfo &lookup_info,
56 void GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.h55 void GetFunctions(const Module::LookupInfo &lookup_info,
59 void GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.cpp446 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
469 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
472 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex
494 m_fallback.GetFunctions(regex, callback); in GetFunctions()
H A DAppleDWARFIndex.cpp276 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
297 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp446 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
493 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2600 m_index->GetFunctions(lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions()
2616 m_index->GetFunctions(no_tp_lookup_info, *this, parent_decl_ctx, in FindFunctions()
2653 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1341 static SmallVector<Function *, 1> GetFunctions(Any IR) { in GetFunctions() function
1376 for (Function *F : GetFunctions(IR)) { in registerCallbacks()
1412 for (Function *F : GetFunctions(IR)) { in registerCallbacks()