| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 171 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in getARMFeatures() 175 Attr = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in getARMFeatures() 194 Attr = Attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use); in getARMFeatures() 209 Attr = Attributes.getAttributeValue(ARMBuildAttrs::FP_arch); in getARMFeatures() 233 Attr = Attributes.getAttributeValue(ARMBuildAttrs::Advanced_SIMD_arch); in getARMFeatures() 252 Attr = Attributes.getAttributeValue(ARMBuildAttrs::MVE_arch); in getARMFeatures() 271 Attr = Attributes.getAttributeValue(ARMBuildAttrs::DIV_use); in getARMFeatures() 330 if ((Attr = Parser.getAttributeValue(HexagonAttrs::ARCH))) { in getHexagonFeatures() 336 if ((Attr = Parser.getAttributeValue(HexagonAttrs::HVXARCH))) { in getHexagonFeatures() 344 if ((Attr = Parser.getAttributeValue(HexagonAttrs::HVXIEEEFP))) in getHexagonFeatures() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ELFAttrParserCompact.h | 64 std::optional<unsigned> getAttributeValue(unsigned tag) const override { in getAttributeValue() function 71 getAttributeValue(StringRef buildAttributeSubsectionName, in getAttributeValue() function 75 return getAttributeValue(tag); in getAttributeValue()
|
| H A D | ELFAttributeParser.h | 26 getAttributeValue(StringRef BuildAttrSubsectionName, unsigned Tag) const { in getAttributeValue() function 29 virtual std::optional<unsigned> getAttributeValue(unsigned Tag) const { in getAttributeValue() function
|
| H A D | ELFAttrParserExtended.h | 42 std::optional<unsigned> getAttributeValue(unsigned Tag) const override; 43 std::optional<unsigned> getAttributeValue(StringRef BuildAttrSubsectionName,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ELFAttrParserExtended.cpp | 24 ELFExtendedAttrParser::getAttributeValue(unsigned Tag) const { in getAttributeValue() function in ELFExtendedAttrParser 32 ELFExtendedAttrParser::getAttributeValue(StringRef BuildAttrSubsectionName, in getAttributeValue() function in ELFExtendedAttrParser
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFLinkerCompileUnit.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.h | 154 getAttributeValue(const uint64_t DIEOffset, const dwarf::Attribute Attr,
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | Hexagon.cpp | 505 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection() 518 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection()
|
| H A D | RISCV.cpp | 1223 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection() 1236 if (auto i = parser.getAttributeValue(tag.attr)) in mergeAttributesSection() 1255 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection() 1273 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.cpp | 207 DWARFAbbreviationDeclaration::getAttributeValue(const uint64_t DIEOffset, in getAttributeValue() function in DWARFAbbreviationDeclaration
|
| H A D | DWARFDie.cpp | 255 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U); in find() 266 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U)) in find()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 109 attributes.getAttributeValue(ARMBuildAttrs::ABI_VFP_args); in updateARMVFPArgs() 157 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in updateSupportedARMFeatures() 191 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in updateSupportedARMFeatures() 202 attributes.getAttributeValue(ARMBuildAttrs::ARM_ISA_use); in updateSupportedARMFeatures() 204 attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use); in updateSupportedARMFeatures()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.h | 518 if (auto Value = AbbrevDecl->getAttributeValue(Die->getOffset(), Attr, in find()
|