Home
last modified time | relevance | path

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

/freebsd-13.1/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()
511 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in setARMSubArch()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h57 Optional<unsigned> getAttributeValue(unsigned tag) const { in getAttributeValue() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h143 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp150 Optional<DWARFFormValue> DWARFAbbreviationDeclaration::getAttributeValue( in getAttributeValue() function in DWARFAbbreviationDeclaration
H A DDWARFDie.cpp360 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U); in find()
371 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U)) in find()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp701 attributes.getAttributeValue(ARMBuildAttrs::ABI_VFP_args); in updateARMVFPArgs()
748 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in updateSupportedARMFeatures()