Searched refs:GetFunctions (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 240 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex 263 m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, in GetFunctions() 267 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex 290 m_fallback.GetFunctions(regex, callback); in GetFunctions()
|
| H A D | DWARFIndex.h | 57 GetFunctions(ConstString name, SymbolFileDWARF &dwarf, 62 GetFunctions(const RegularExpression ®ex,
|
| H A D | AppleDWARFIndex.h | 55 void GetFunctions(ConstString name, SymbolFileDWARF &dwarf, 59 void GetFunctions(const RegularExpression ®ex,
|
| H A D | DebugNamesDWARFIndex.h | 49 void GetFunctions(ConstString name, SymbolFileDWARF &dwarf, 53 void GetFunctions(const RegularExpression ®ex,
|
| H A D | ManualDWARFIndex.h | 49 void GetFunctions(ConstString name, SymbolFileDWARF &dwarf, 53 void GetFunctions(const RegularExpression ®ex,
|
| H A D | AppleDWARFIndex.cpp | 182 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex 192 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
|
| H A D | ManualDWARFIndex.cpp | 413 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex 458 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
|
| H A D | SymbolFileDWARF.cpp | 2351 m_index->GetFunctions(name, *this, parent_decl_ctx, name_type_mask, in FindFunctions() 2386 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()
|