Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMBuildAttrs.cpp55 {ARMBuildAttrs::DIV_use, "Tag_DIV_use"},
H A DARMAttributeParser.cpp58 ATTRIBUTE_HANDLER(DIV_use),
331 Error ARMAttributeParser::DIV_use(AttrType tag) { in DIV_use() function in ARMAttributeParser
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h70 DIV_use = 44, enumerator
H A DARMAttributeParser.h64 Error DIV_use(ARMBuildAttrs::AttrType tag);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp297 emitAttribute(ARMBuildAttrs::DIV_use, ARMBuildAttrs::AllowDIVExt); in emitTargetAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp271 Attr = Attributes.getAttributeValue(ARMBuildAttrs::DIV_use); in getARMFeatures()