Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64BuildAttributes.h45 enum SubsectionType : unsigned { ULEB128 = 0, NTBS = 1, TYPE_NOT_FOUND = 404 }; enum
47 SubsectionType getTypeID(StringRef Type);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAArch64BuildAttributes.cpp68 SubsectionType AArch64BuildAttributes::getTypeID(StringRef Type) { in getTypeID()
69 return StringSwitch<SubsectionType>(Type) in getTypeID()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.h107 AArch64BuildAttributes::SubsectionType ParameterType);
135 AArch64BuildAttributes::SubsectionType ParameterType) override;
H A DAArch64ELFStreamer.cpp237 AArch64BuildAttributes::SubsectionType ParameterType) override { in emitAttributesSubsection()
438 AArch64BuildAttributes::SubsectionType ParameterType) { in emitAttributesSubsection()
H A DAArch64TargetStreamer.cpp158 AArch64BuildAttributes::SubsectionType ParameterType) { in emitAttributesSubsection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp479 AArch64BuildAttributes::SubsectionType::ULEB128); in emitAttributes()
502 AArch64BuildAttributes::SubsectionType::ULEB128); in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7988 AArch64BuildAttributes::SubsectionType Type; in parseDirectiveAeabiSubSectionHeader()