Home
last modified time | relevance | path

Searched refs:findAttributeIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.cpp162 DWARFAbbreviationDeclaration::findAttributeIndex(dwarf::Attribute Attr) const { in findAttributeIndex() function in DWARFAbbreviationDeclaration
212 std::optional<uint32_t> MatchAttrIndex = findAttributeIndex(Attr); in getAttributeValue()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.h139 std::optional<uint32_t> findAttributeIndex(dwarf::Attribute attr) const;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
HDAddressesMap.h103 Abbrev->findAttributeIndex(dwarf::DW_AT_location); in getVariableRelocAdjustment()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfoEntry.cpp361 std::optional<uint32_t> attr_idx = abbrevDecl->findAttributeIndex(attr); in GetAttributeValue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDependencyTracker.cpp734 Abbrev->findAttributeIndex(dwarf::DW_AT_const_value)) { in isLiveVariableEntry()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp428 Abbrev->findAttributeIndex(dwarf::DW_AT_location); in getVariableRelocAdjustment()
517 Abbrev->findAttributeIndex(dwarf::DW_AT_const_value)) { in shouldKeepVariableDIE()