Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DELFObjectFile.cpp169 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()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DRISCVAttributeParserTest.cpp47 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testAttribute()
H A DCSKYAttributeParserTest.cpp86 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testAttributeInt()
H A DARMAttributeParser.cpp40 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testBuildAttr()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DELFAttributeParser.h58 Optional<unsigned> getAttributeValue(unsigned tag) const { in getAttributeValue() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h143 Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp187 DWARFAbbreviationDeclaration::getAttributeValue(const uint64_t DIEOffset, in getAttributeValue() function in DWARFAbbreviationDeclaration
H A DDWARFDie.cpp257 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U); in find()
268 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U)) in find()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp692 attributes.getAttributeValue(ARMBuildAttrs::ABI_VFP_args); in updateARMVFPArgs()
739 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in updateSupportedARMFeatures()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp1882 auto FormValue = it->getAttributeValue(/* offset */ 0, A, *U);