Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp172 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in getARMFeatures()
176 Attr = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in getARMFeatures()
195 Attr = Attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use); in getARMFeatures()
210 Attr = Attributes.getAttributeValue(ARMBuildAttrs::FP_arch); in getARMFeatures()
234 Attr = Attributes.getAttributeValue(ARMBuildAttrs::Advanced_SIMD_arch); in getARMFeatures()
253 Attr = Attributes.getAttributeValue(ARMBuildAttrs::MVE_arch); in getARMFeatures()
272 Attr = Attributes.getAttributeValue(ARMBuildAttrs::DIV_use); in getARMFeatures()
329 if ((Attr = Parser.getAttributeValue(HexagonAttrs::ARCH))) { in getHexagonFeatures()
335 if ((Attr = Parser.getAttributeValue(HexagonAttrs::HVXARCH))) { in getHexagonFeatures()
343 if ((Attr = Parser.getAttributeValue(HexagonAttrs::HVXIEEEFP))) in getHexagonFeatures()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h62 std::optional<unsigned> getAttributeValue(unsigned tag) const {
63 std::optional<unsigned> getAttributeValue(unsigned tag) const { getAttributeValue() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h151 std::optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp207 DWARFAbbreviationDeclaration::getAttributeValue(const uint64_t DIEOffset, in getAttributeValue() function in DWARFAbbreviationDeclaration
H A DDWARFDie.cpp255 return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U); in find()
266 if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U)) in find()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1194 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection()
1207 if (auto i = parser.getAttributeValue(tag.attr)) in mergeAttributesSection()
1226 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection()
1244 if (auto i = parser.getAttributeValue(tag.attr)) { in mergeAttributesSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp111 attributes.getAttributeValue(ARMBuildAttrs::ABI_VFP_args); in updateARMVFPArgs()
158 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in updateSupportedARMFeatures()
192 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in updateSupportedARMFeatures()
203 attributes.getAttributeValue(ARMBuildAttrs::ARM_ISA_use); in updateSupportedARMFeatures()
205 attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use); in updateSupportedARMFeatures()