Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/bindings/
DREADME.md687 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 …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp282 MCSection *AttributeSection; member in __anond09109f60111::ARMTargetELFStreamer
398 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()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DARMAttributeParser.cpp8 struct AttributeSection { struct
12 AttributeSection(unsigned tag, unsigned value) : Tag(tag), Value(value) { } in AttributeSection() function
31 AttributeSection Section(Tag, Value); in testBuildAttr() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp311 MCSection *AttributeSection = nullptr; member in __anon08c18a2e0111::ARMTargetELFStreamer
1079 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()