Searched defs:GetAttributes (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ | ||
H A D | DWARFBaseDIE.cpp | 114 DWARFAttributes DWARFBaseDIE::GetAttributes(Recurse recurse) const { GetAttributes() function in DWARFBaseDIE |
H A D | DWARFDebugInfoEntry.cpp | 294 void DWARFDebugInfoEntry::GetAttributes(DWARFUnit *cu, GetAttributes() function in DWARFDebugInfoEntry |
/llvm-project/clang-tools-extra/clangd/unittests/ | ||
H A D | ASTTests.cpp | 570 TEST(ClangdAST, GetAttributes) { in TEST() argument |