HomeSort by relevance Sort by last modified time
    Searched refs:Subsection (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXSection.h 36 const MCExpr *Subsection) const {}
  /external/llvm/lib/MC/
MCSectionELF.cpp 37 const MCExpr *Subsection) const {
41 if (Subsection)
42 OS << '\t' << *Subsection;
138 if (Subsection)
139 OS << "\t.subsection\t" << *Subsection << '\n';
MCSectionCOFF.cpp 44 const MCExpr *Subsection) const {
MCNullStreamer.cpp 34 const MCExpr *Subsection) {
MCObjectStreamer.cpp 172 const MCExpr *Subsection) {
178 if (Subsection &&
179 !Subsection->EvaluateAsAbsolute(IntSubsection, getAssembler()))
180 report_fatal_error("Cannot evaluate subsection number");
182 report_fatal_error("Subsection number out of range");
MCAssembler.cpp 248 MCSectionData::getSubsectionInsertionPoint(unsigned Subsection) {
249 if (Subsection == 0 && SubsectionFragmentMap.empty())
254 std::make_pair(Subsection, (MCFragment *)0));
257 ExactMatch = MI->first == Subsection;
266 if (!ExactMatch && Subsection != 0) {
270 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F));
    [all...]
MCSectionMachO.cpp 95 const MCExpr *Subsection) const {
MCELFStreamer.cpp 113 const MCExpr *Subsection) {
120 this->MCObjectStreamer::ChangeSection(Section, Subsection);
MCAsmStreamer.cpp 128 const MCExpr *Subsection);
330 const MCExpr *Subsection) {
332 Section->PrintSwitchToSection(*MAI, OS, Subsection);
    [all...]
  /external/llvm/include/llvm/MC/
MCSection.h 54 const MCExpr *Subsection) const = 0;
MCStreamer.h 220 bool SubSection(const MCExpr *Subsection) {
224 SwitchSection(SectionStack.back().first.first, Subsection);
232 void SwitchSection(const MCSection *Section, const MCExpr *Subsection = 0) {
236 if (MCSectionSubPair(Section, Subsection) != curSection) {
237 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
238 ChangeSection(Section, Subsection);
246 const MCExpr *Subsection = 0) {
250 if (MCSectionSubPair(Section, Subsection) != curSection)
251 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
    [all...]
MCSectionCOFF.h 78 const MCExpr *Subsection) const;
MCSectionELF.h 74 const MCExpr *Subsection) const;
MCSectionMachO.h 179 const MCExpr *Subsection) const;
MCELFStreamer.h 54 const MCExpr *Subsection);
MCObjectStreamer.h 86 const MCExpr *Subsection);
MCAssembler.h 601 /// Mapping from subsection number to insertion point for subsection numbers
648 iterator getSubsectionInsertionPoint(unsigned Subsection);
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 67 const MCExpr *Subsection) {
74 MCELFStreamer::ChangeSection(Section, Subsection);
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 79 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSubsection>(".subsection");
197 const MCExpr *Subsection = 0;
199 if (getParser().parseExpression(Subsection))
205 Subsection);
354 const MCExpr *Subsection = 0;
367 if (getParser().parseExpression(Subsection))
468 Subsection);
638 const MCExpr *Subsection = 0;
640 if (getParser().parseExpression(Subsection))
647 getStreamer().SubSection(Subsection)
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 87 const MCExpr *Subsection) {
94 MCELFStreamer::ChangeSection(Section, Subsection);
  /external/libvorbis/doc/
Vorbis_I_spec.tex 30 \def\subsectionautorefname{Subsection} % Write subsection with capital 'S'
  /external/llvm/tools/lto/
LTOModule.cpp 760 const MCExpr *Subsection) {}
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 505 milliseconds