Searched refs:Subsection (Results 1 - 23 of 23) sorted by relevance

/external/llvm/lib/MC/
H A DMCSectionELF.cpp60 const MCExpr *Subsection) const {
64 if (Subsection)
65 OS << '\t' << *Subsection; local
149 if (Subsection)
150 OS << "\t.subsection\t" << *Subsection << '\n'; local
H A DMCSectionCOFF.cpp41 const MCExpr *Subsection) const {
H A DMCObjectStreamer.cpp167 const MCExpr *Subsection) {
173 if (Subsection &&
174 !Subsection->EvaluateAsAbsolute(IntSubsection, getAssembler()))
177 report_fatal_error("Subsection number out of range");
166 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
H A DMCSectionMachO.cpp92 const MCExpr *Subsection) const {
H A DMCAssembler.cpp302 MCSectionData::getSubsectionInsertionPoint(unsigned Subsection) { argument
303 if (Subsection == 0 && SubsectionFragmentMap.empty())
308 std::make_pair(Subsection, (MCFragment *)nullptr));
311 ExactMatch = MI->first == Subsection;
320 if (!ExactMatch && Subsection != 0) {
324 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F));
H A DMCMachOStreamer.cpp117 const MCExpr *Subsection) {
119 MCObjectStreamer::ChangeSection(Section, Subsection);
116 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
H A DMCELFStreamer.cpp86 const MCExpr *Subsection) {
93 this->MCObjectStreamer::ChangeSection(Section, Subsection);
85 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
H A DMCAsmStreamer.cpp119 const MCExpr *Subsection) override;
302 const MCExpr *Subsection) {
304 Section->PrintSwitchToSection(*MAI, OS, Subsection);
301 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h36 const MCExpr *Subsection) const override {}
/external/llvm/include/llvm/MC/
H A DMCSection.h53 const MCExpr *Subsection) const = 0;
H A DMCStreamer.h345 bool SubSection(const MCExpr *Subsection) { argument
349 SwitchSection(SectionStack.back().first.first, Subsection);
358 const MCExpr *Subsection = nullptr) {
362 if (MCSectionSubPair(Section, Subsection) != curSection) {
363 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
364 ChangeSection(Section, Subsection);
372 const MCExpr *Subsection = nullptr) {
376 if (MCSectionSubPair(Section, Subsection) != curSection)
377 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
H A DMCSectionCOFF.h76 const MCExpr *Subsection) const override;
H A DMCSectionELF.h82 const MCExpr *Subsection) const override;
H A DMCSectionMachO.h89 const MCExpr *Subsection) const override;
H A DMCELFStreamer.h49 const MCExpr *Subsection) override;
H A DMCObjectStreamer.h97 const MCExpr *Subsection) override;
H A DMCAssembler.h658 iterator getSubsectionInsertionPoint(unsigned Subsection);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp66 const MCExpr *Subsection) override {
73 MCELFStreamer::ChangeSection(Section, Subsection);
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp196 const MCExpr *Subsection = nullptr; local
198 if (getParser().parseExpression(Subsection))
204 Subsection);
414 const MCExpr *Subsection = nullptr; local
428 if (getParser().parseExpression(Subsection))
550 getStreamer().SwitchSection(ELFSection, Subsection);
743 const MCExpr *Subsection = nullptr; local
745 if (getParser().parseExpression(Subsection))
752 getStreamer().SubSection(Subsection);
/external/libvorbis/doc/
H A DVorbis_I_spec.tex30 \def\subsectionautorefname{Subsection} % Write subsection with capital 'S'
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp470 const MCExpr *Subsection) override {
477 MCELFStreamer::ChangeSection(Section, Subsection);
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl421 an offer, in accord with Subsection b above.)
/external/bison/build-aux/
H A Dtexinfo.tex1897 % Subsection fonts (13.15pt).
2028 % Subsection fonts (10pt).
5809 % Subsection titles.

Completed in 392 milliseconds