Home
last modified time | relevance | path

Searched refs:SubsectionOptional (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64BuildAttributes.h36 enum SubsectionOptional : unsigned { enum
42 SubsectionOptional getOptionalID(StringRef Optional);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAArch64BuildAttributes.cpp46 SubsectionOptional AArch64BuildAttributes::getOptionalID(StringRef Optional) { in getOptionalID()
47 return StringSwitch<SubsectionOptional>(Optional) in getOptionalID()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.h106 AArch64BuildAttributes::SubsectionOptional IsOptional,
134 AArch64BuildAttributes::SubsectionOptional IsOptional,
H A DAArch64ELFStreamer.cpp236 AArch64BuildAttributes::SubsectionOptional Optional, in emitAttributesSubsection()
437 StringRef VendorName, AArch64BuildAttributes::SubsectionOptional IsOptional, in emitAttributesSubsection()
H A DAArch64TargetStreamer.cpp157 StringRef VendorName, AArch64BuildAttributes::SubsectionOptional IsOptional, in emitAttributesSubsection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp478 AArch64BuildAttributes::SubsectionOptional::REQUIRED, in emitAttributes()
501 AArch64BuildAttributes::SubsectionOptional::OPTIONAL, in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7939 AArch64BuildAttributes::SubsectionOptional IsOptional; in parseDirectiveAeabiSubSectionHeader()