Home
last modified time | relevance | path

Searched refs:getAttributeValue (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp171 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()
609 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in setARMSubArch()
641 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in setARMSubArch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h62 std::optional<unsigned> getAttributeValue(unsigned tag) const { in getAttributeValue() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h151 std::optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp207 DWARFAbbreviationDeclaration::getAttributeValue(const uint64_t DIEOffset, in getAttributeValue() function in DWARFAbbreviationDeclaration
H A DDWARFDie.cpp255 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U); in find()
266 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U)) in find()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1107 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection()
1120 if (auto i = parser.getAttributeValue(tag.attr)) in mergeAttributesSection()
1145 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp110 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h518 if (auto Value = AbbrevDecl->getAttributeValue(Die->getOffset(), Attr, in find()