Home
last modified time | relevance | path

Searched defs:GetAttributes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp107 size_t DWARFBaseDIE::GetAttributes(DWARFAttributes &attributes, in GetAttributes() function in DWARFBaseDIE
H A DDWARFDebugInfoEntry.cpp407 size_t DWARFDebugInfoEntry::GetAttributes(DWARFUnit *cu, in GetAttributes() function in DWARFDebugInfoEntry
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp569 TEST(ClangdAST, GetAttributes) { in TEST() argument