Searched refs:getAttributeValue (Results 1 – 10 of 10) sorted by relevance
169 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in getARMFeatures()173 Attr = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in getARMFeatures()192 Attr = Attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use); in getARMFeatures()207 Attr = Attributes.getAttributeValue(ARMBuildAttrs::FP_arch); in getARMFeatures()231 Attr = Attributes.getAttributeValue(ARMBuildAttrs::Advanced_SIMD_arch); in getARMFeatures()250 Attr = Attributes.getAttributeValue(ARMBuildAttrs::MVE_arch); in getARMFeatures()269 Attr = Attributes.getAttributeValue(ARMBuildAttrs::DIV_use); in getARMFeatures()525 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in setARMSubArch()557 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in setARMSubArch()
47 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testAttribute()
86 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testAttributeInt()
40 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testBuildAttr()
58 Optional<unsigned> getAttributeValue(unsigned tag) const { in getAttributeValue() function
143 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
187 DWARFAbbreviationDeclaration::getAttributeValue(const uint64_t DIEOffset, in getAttributeValue() function in DWARFAbbreviationDeclaration
257 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U); in find()268 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U)) in find()
692 attributes.getAttributeValue(ARMBuildAttrs::ABI_VFP_args); in updateARMVFPArgs()739 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in updateSupportedARMFeatures()
1882 auto FormValue = it->getAttributeValue(/* offset */ 0, A, *U);