Searched refs:GetFunctions (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.h | 51 void GetFunctions(const Module::LookupInfo &lookup_info, 55 void GetFunctions(const RegularExpression ®ex,
|
| H A D | DebugNamesDWARFIndex.cpp | 263 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 D | ManualDWARFIndex.h | 50 void GetFunctions(const Module::LookupInfo &lookup_info, 54 void GetFunctions(const RegularExpression ®ex,
|
| H A D | DWARFIndex.h | 68 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, 72 GetFunctions(const RegularExpression ®ex,
|
| H A D | AppleDWARFIndex.h | 64 void GetFunctions(const Module::LookupInfo &lookup_info, 68 void GetFunctions(const RegularExpression ®ex,
|
| H A D | AppleDWARFIndex.cpp | 276 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex 293 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
|
| H A D | ManualDWARFIndex.cpp | 443 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex 490 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
|
| H A D | SymbolFileDWARF.cpp | 2559 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 D | StandardInstrumentations.cpp | 1267 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()
|