Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h83 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf,
87 GetFunctions(const RegularExpression &regex,
H A DManualDWARFIndex.h52 void GetFunctions(const Module::LookupInfo &lookup_info,
56 void GetFunctions(const RegularExpression &regex,
H A DAppleDWARFIndex.h64 void GetFunctions(const Module::LookupInfo &lookup_info,
68 void GetFunctions(const RegularExpression &regex,
H A DDebugNamesDWARFIndex.h61 void GetFunctions(const Module::LookupInfo &lookup_info,
65 void GetFunctions(const RegularExpression &regex, in DebugNamesDWARFIndex()
H A DDebugNamesDWARFIndex.cpp607 void DebugNamesDWARFIndex::GetFunctions(
630 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback);
633 void DebugNamesDWARFIndex::GetFunctions(
655 m_fallback.GetFunctions(regex, callback);
446 void DebugNamesDWARFIndex::GetFunctions( GetFunctions() function in DebugNamesDWARFIndex
472 void DebugNamesDWARFIndex::GetFunctions( GetFunctions() function in DebugNamesDWARFIndex
H A DAppleDWARFIndex.cpp276 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
297 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp476 void ManualDWARFIndex::GetFunctions( in GetFunctions()
523 void ManualDWARFIndex::GetFunctions( in Dump()
446 void ManualDWARFIndex::GetFunctions( GetFunctions() function in ManualDWARFIndex
493 void ManualDWARFIndex::GetFunctions( GetFunctions() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2540 m_index->GetFunctions(lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions()
2556 m_index->GetFunctions(no_tp_lookup_info, *this, parent_decl_ctx, in FindFunctions()
2593 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1350 static SmallVector<Function *, 1> GetFunctions(Any IR) { in GetFunctions()
1385 for (Function *F : GetFunctions(IR)) { in registerCallbacks()
1421 for (Function *F : GetFunctions(IR)) { in registerCallbacks()
1340 static SmallVector<Function *, 1> GetFunctions(Any IR) { GetFunctions() function