Home
last modified time | relevance | path

Searched refs:SubsectionName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributes.h48 StringRef SubsectionName; member
52 : SubsectionName(SN), Tag(Tg), TagName(TN) {} in SubsectionAndTagToTagName()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp235 StringRef SubsectionName, in emitAttributesSubsection() argument
242 unsigned SubsectionID = AArch64BuildAttributes::getVendorID(SubsectionName); in emitAttributesSubsection()
277 OS << "\t" << SubsectionTag << "\t" << SubsectionName << ", " << OptionalStr in emitAttributesSubsection()
281 AArch64TargetStreamer::emitAttributesSubsection(SubsectionName, Optional, in emitAttributesSubsection()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp69 if (BuildAttrSubsectionName == Entry.SubsectionName) in getTagName()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7918 StringRef SubsectionName; in parseDirectiveAeabiSubSectionHeader() local
7921 SubsectionName = Parser.getTok().getIdentifier(); in parseDirectiveAeabiSubSectionHeader()
7922 SubsectionNameID = AArch64BuildAttributes::getVendorID(SubsectionName); in parseDirectiveAeabiSubSectionHeader()
7936 getTargetStreamer().getAttributesSubsectionByName(SubsectionName); in parseDirectiveAeabiSubSectionHeader()
7952 "optionality mismatch! subsection '" + SubsectionName + in parseDirectiveAeabiSubSectionHeader()
8000 "type mismatch! subsection '" + SubsectionName + in parseDirectiveAeabiSubSectionHeader()
8019 SubsectionName + " must be marked as ULEB128"); in parseDirectiveAeabiSubSectionHeader()
8032 getTargetStreamer().emitAttributesSubsection(SubsectionName, IsOptional, Type); in parseDirectiveAeabiSubSectionHeader()