Home
last modified time | relevance | path

Searched refs:getAttrIsImplicitConstByIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h123 bool getAttrIsImplicitConstByIndex(uint32_t idx) const { in getAttrIsImplicitConstByIndex() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp406 if (abbrevDecl->getAttrIsImplicitConstByIndex(idx)) in GetAttributeValue()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp714 if (AbbrDecl.getAttrIsImplicitConstByIndex(Index)) in updateForIndex()