Searched refs:AttributeSection (Results 1 – 4 of 4) sorted by relevance
687 ModuleStatement = AttributeSection "module" Identifier ";"691 AttributeSection = "[" AttributeList "]"699 Struct = AttributeSection "struct" Name "{" StructBody "}" ";"700 | AttributeSection "struct" Name ";"705 StructField = AttributeSection TypeSpec Name Orginal Default ";"707 Union = AttributeSection "union" Name "{" UnionBody "}" ";"709 UnionField = AttributeSection TypeSpec Name Ordinal ";"711 Interface = AttributeSection "interface" Name "{" InterfaceBody "}" ";"716 Method = AttributeSection Name Ordinal "(" ParamterList ")" Response ";"720 Parameter = AttributeSection TypeSpec Name Ordinal[all …]
282 MCSection *AttributeSection; member in __anond09109f60111::ARMTargetELFStreamer398 AttributeSection(nullptr) {} in ARMTargetELFStreamer()970 if (AttributeSection) { in finishAttributeSection()971 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()973 AttributeSection = Streamer.getContext().getELFSection( in finishAttributeSection()975 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()1055 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()
8 struct AttributeSection { struct12 AttributeSection(unsigned tag, unsigned value) : Tag(tag), Value(value) { } in AttributeSection() function31 AttributeSection Section(Tag, Value); in testBuildAttr() argument
311 MCSection *AttributeSection = nullptr; member in __anon08c18a2e0111::ARMTargetELFStreamer1079 if (AttributeSection) { in finishAttributeSection()1080 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()1082 AttributeSection = Streamer.getContext().getELFSection( in finishAttributeSection()1084 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()1164 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()