Searched refs:GetFunctions (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.h | 53 void GetFunctions(const Module::LookupInfo &lookup_info, 57 void 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 | DWARFIndex.h | 83 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, 87 GetFunctions(const RegularExpression ®ex,
|
| H A D | DebugNamesDWARFIndex.h | 61 void GetFunctions(const Module::LookupInfo &lookup_info, 65 void GetFunctions(const RegularExpression ®ex,
|
| H A D | DebugNamesDWARFIndex.cpp | 607 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 D | AppleDWARFIndex.cpp | 275 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex 296 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
|
| H A D | ManualDWARFIndex.cpp | 471 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex 518 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
|
| H A D | SymbolFileDWARF.cpp | 2535 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 D | StandardInstrumentations.cpp | 1338 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()
|