Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DELFObjectFile.cpp149 isV7 = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch) in getARMFeatures()
153 switch(Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile)) { in getARMFeatures()
171 switch(Attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use)) { in getARMFeatures()
185 switch(Attributes.getAttributeValue(ARMBuildAttrs::FP_arch)) { in getARMFeatures()
208 switch(Attributes.getAttributeValue(ARMBuildAttrs::Advanced_SIMD_arch)) { in getARMFeatures()
226 switch(Attributes.getAttributeValue(ARMBuildAttrs::DIV_use)) { in getARMFeatures()
285 switch(Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch)) { in setARMSubArch()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h134 Optional<DWARFFormValue> getAttributeValue(const uint32_t DIEOffset,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp151 Optional<DWARFFormValue> DWARFAbbreviationDeclaration::getAttributeValue( in getAttributeValue() function in DWARFAbbreviationDeclaration
H A DDWARFDie.cpp378 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U); in find()
389 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U)) in find()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DARMAttributeParser.h132 unsigned getAttributeValue(unsigned Tag) const { in getAttributeValue() function
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp514 unsigned VFPArgs = Attributes.getAttributeValue(ARMBuildAttrs::ABI_VFP_args); in updateARMVFPArgs()
553 auto Arch = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in updateSupportedARMFeatures()