Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
507 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in setARMSubArch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DELFAttributeParser.h57 Optional<unsigned> getAttributeValue(unsigned tag) const { in getAttributeValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h143 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp150 Optional<DWARFFormValue> DWARFAbbreviationDeclaration::getAttributeValue( in getAttributeValue() function in DWARFAbbreviationDeclaration
H A DDWARFDie.cpp350 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U); in find()
361 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U)) in find()