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

/freebsd-9.3-release/contrib/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.cpp44 const MCExpr *Subsection) const {
H A DMCNullStreamer.cpp34 const MCExpr *Subsection) {
33 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
H A DMCObjectStreamer.cpp175 const MCExpr *Subsection) {
181 if (Subsection &&
182 !Subsection->EvaluateAsAbsolute(IntSubsection, getAssembler()))
185 report_fatal_error("Subsection number out of range");
174 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
H A DMCAssembler.cpp247 MCSectionData::getSubsectionInsertionPoint(unsigned Subsection) { argument
248 if (Subsection == 0 && SubsectionFragmentMap.empty())
253 std::make_pair(Subsection, (MCFragment *)0));
256 ExactMatch = MI->first == Subsection;
265 if (!ExactMatch && Subsection != 0) {
269 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F));
H A DMCSectionMachO.cpp95 const MCExpr *Subsection) const {
H A DMCELFStreamer.cpp117 const MCExpr *Subsection) {
124 this->MCObjectStreamer::ChangeSection(Section, Subsection);
116 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
H A DMCAsmStreamer.cpp127 const MCExpr *Subsection);
314 const MCExpr *Subsection) {
316 Section->PrintSwitchToSection(*MAI, OS, Subsection);
313 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h36 const MCExpr *Subsection) const {}
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSection.h53 const MCExpr *Subsection) const = 0;
H A DMCStreamer.h272 bool SubSection(const MCExpr *Subsection) { argument
276 SwitchSection(SectionStack.back().first.first, Subsection);
284 void SwitchSection(const MCSection *Section, const MCExpr *Subsection = 0) {
288 if (MCSectionSubPair(Section, Subsection) != curSection) {
289 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
290 ChangeSection(Section, Subsection);
298 const MCExpr *Subsection = 0) {
302 if (MCSectionSubPair(Section, Subsection) != curSection)
303 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
H A DMCSectionCOFF.h86 const MCExpr *Subsection) const;
H A DMCSectionELF.h74 const MCExpr *Subsection) const;
H A DMCObjectStreamer.h87 const MCExpr *Subsection);
H A DMCSectionMachO.h179 const MCExpr *Subsection) const;
H A DMCELFStreamer.h51 const MCExpr *Subsection);
H A DMCAssembler.h641 iterator getSubsectionInsertionPoint(unsigned Subsection);
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp66 const MCExpr *Subsection) {
73 MCELFStreamer::ChangeSection(Section, Subsection);
65 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp195 const MCExpr *Subsection = 0; local
197 if (getParser().parseExpression(Subsection))
203 Subsection);
357 const MCExpr *Subsection = 0; local
371 if (getParser().parseExpression(Subsection))
488 Subsection);
663 const MCExpr *Subsection = 0; local
665 if (getParser().parseExpression(Subsection))
672 getStreamer().SubSection(Subsection);
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp304 const MCExpr *Subsection) {
311 MCELFStreamer::ChangeSection(Section, Subsection);
/freebsd-9.3-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp652 const MCExpr *Subsection) {}
651 ChangeSection(const MCSection *Section, const MCExpr *Subsection) argument
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl523 .\" Sh Subsection
878 push(@Indices, qq{.IX Subsection "$_"\n});
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1559 % Subsection fonts (13.15pt).
4301 % Subsection titles.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1624 % Subsection fonts (13.15pt).
4475 % Subsection titles.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1558 % Subsection fonts (13.15pt).
4373 % Subsection titles.

Completed in 179 milliseconds