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

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

Completed in 101 milliseconds