Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFStreamer.cpp96 if (AttributeSection) { in finishAttributeSection()
97 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
100 AttributeSection = MCA.getContext().getELFSection( in finishAttributeSection()
102 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
DRISCVELFStreamer.h31 MCSection *AttributeSection = nullptr; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430ELFStreamer.cpp41 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local
43 Streamer.SwitchSection(AttributeSection); in MSP430TargetELFStreamer()
/external/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430ELFStreamer.cpp41 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer() local
43 Streamer.SwitchSection(AttributeSection); in MSP430TargetELFStreamer()
/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 __anonbd609b5d0111::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/llvm-project/llvm/unittests/Support/
DARMAttributeParser.cpp9 struct AttributeSection { struct
13 AttributeSection(unsigned tag, unsigned value) : Tag(tag), Value(value) { } in AttributeSection() argument
32 AttributeSection Section(Tag, Value); in testBuildAttr() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp310 MCSection *AttributeSection = nullptr; member in __anone0d61fbf0111::ARMTargetELFStreamer
1086 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()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp314 MCSection *AttributeSection = nullptr; member in __anon41c5554b0111::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()