Searched refs:GetFunctions (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFIndex.h | 44 virtual void GetFunctions(ConstString name, DWARFDebugInfo &info, 48 virtual void GetFunctions(const RegularExpression ®ex,
|
| H A D | DebugNamesDWARFIndex.cpp | 223 void DebugNamesDWARFIndex::GetFunctions( in GetFunctions() function in DebugNamesDWARFIndex 229 m_fallback.GetFunctions(name, info, parent_decl_ctx, name_type_mask, v); in GetFunctions() 248 void DebugNamesDWARFIndex::GetFunctions(const RegularExpression ®ex, in GetFunctions() function in DebugNamesDWARFIndex 250 m_fallback.GetFunctions(regex, offsets); in GetFunctions()
|
| H A D | ManualDWARFIndex.h | 37 void GetFunctions(ConstString name, DWARFDebugInfo &info, 41 void GetFunctions(const RegularExpression ®ex, DIEArray &offsets) override;
|
| H A D | AppleDWARFIndex.h | 46 void GetFunctions(ConstString name, DWARFDebugInfo &info, 50 void GetFunctions(const RegularExpression ®ex, DIEArray &offsets) override;
|
| H A D | DebugNamesDWARFIndex.h | 38 void GetFunctions(ConstString name, DWARFDebugInfo &info, 42 void GetFunctions(const RegularExpression ®ex,
|
| H A D | AppleDWARFIndex.cpp | 137 void AppleDWARFIndex::GetFunctions(ConstString name, DWARFDebugInfo &info, in GetFunctions() function in AppleDWARFIndex 149 void AppleDWARFIndex::GetFunctions(const RegularExpression ®ex, in GetFunctions() function in AppleDWARFIndex
|
| H A D | ManualDWARFIndex.cpp | 408 void ManualDWARFIndex::GetFunctions(ConstString name, DWARFDebugInfo &info, in GetFunctions() function in ManualDWARFIndex 460 void ManualDWARFIndex::GetFunctions(const RegularExpression ®ex, in GetFunctions() function in ManualDWARFIndex
|
| H A D | SymbolFileDWARF.cpp | 2342 m_index->GetFunctions(name, *info, *parent_decl_ctx, name_type_mask, dies); in FindFunctions() 2391 m_index->GetFunctions(regex, offsets); in FindFunctions()
|