Searched refs:GetFunctions (Results 1 – 9 of 9) sorted by relevance
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFIndex.h | 83 GetFunctions(const Module::LookupInfo &lookup_info, SymbolFileDWARF &dwarf, 87 GetFunctions(const RegularExpression ®ex,
|
H A D | ManualDWARFIndex.h | 52 void GetFunctions(const Module::LookupInfo &lookup_info, 56 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 | DebugNamesDWARFIndex.h | 61 void GetFunctions(const Module::LookupInfo &lookup_info, 65 void GetFunctions(const RegularExpression ®ex, in DebugNamesDWARFIndex()
|
H A D | DebugNamesDWARFIndex.cpp | 607 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 D | AppleDWARFIndex.cpp | 276 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex 297 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
|
H A D | ManualDWARFIndex.cpp | 476 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 D | SymbolFileDWARF.cpp | 2540 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 D | StandardInstrumentations.cpp | 1350 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
|