Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp67 ATTRIBUTE_HANDLER(also_compatible_with),
381 Error ARMAttributeParser::also_compatible_with(AttrType tag) { in also_compatible_with() function in ARMAttributeParser
423 case ARMBuildAttrs::also_compatible_with: in also_compatible_with()
H A DARMBuildAttrs.cpp62 {ARMBuildAttrs::also_compatible_with, "Tag_also_compatible_with"},
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h75 also_compatible_with = 65, enumerator
H A DARMAttributeParser.h73 Error also_compatible_with(ARMBuildAttrs::AttrType tag);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp206 if (Attribute == ARMBuildAttrs::also_compatible_with) in emitTextAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11621 if (Tag == ARMBuildAttrs::also_compatible_with) { in parseDirectiveEabiAttr()