Searched refs:AttributeSection (Results 1 – 9 of 9) sorted by relevance
96 if (AttributeSection) { in finishAttributeSection()97 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()100 AttributeSection = MCA.getContext().getELFSection( in finishAttributeSection()102 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
31 MCSection *AttributeSection = nullptr; variable
41 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local43 Streamer.SwitchSection(AttributeSection); in MSP430TargetELFStreamer()
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 __anonbd609b5d0111::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()
9 struct AttributeSection { struct13 AttributeSection(unsigned tag, unsigned value) : Tag(tag), Value(value) { } in AttributeSection() argument32 AttributeSection Section(Tag, Value); in testBuildAttr() argument
310 MCSection *AttributeSection = nullptr; member in __anone0d61fbf0111::ARMTargetELFStreamer1086 if (AttributeSection) { in finishAttributeSection()1087 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()1089 AttributeSection = Streamer.getContext().getELFSection( in finishAttributeSection()1091 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()1171 void ARMTargetELFStreamer::reset() { AttributeSection = nullptr; } in reset()
314 MCSection *AttributeSection = nullptr; member in __anon41c5554b0111::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()