Searched refs:GetFunctions (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.h | 49 void GetFunctions(ConstString name, SymbolFileDWARF &dwarf, 53 void GetFunctions(const RegularExpression ®ex,
|
| H A D | DebugNamesDWARFIndex.cpp | 234 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex 257 m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, in GetFunctions() 261 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex 284 m_fallback.GetFunctions(regex, callback); in GetFunctions()
|
| H A D | DWARFIndex.h | 54 GetFunctions(ConstString name, SymbolFileDWARF &dwarf, 59 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 | AppleDWARFIndex.cpp | 179 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex 189 void AppleDWARFIndex::GetFunctions( in GetFunctions() function in AppleDWARFIndex
|
| H A D | ManualDWARFIndex.cpp | 402 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex 447 void ManualDWARFIndex::GetFunctions( in GetFunctions() function in ManualDWARFIndex
|
| H A D | SymbolFileDWARF.cpp | 2255 m_index->GetFunctions(name, *this, parent_decl_ctx, name_type_mask, in FindFunctions() 2291 m_index->GetFunctions(regex, [&](DWARFDIE die) { in FindFunctions()
|