reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/MCStreamer.h
  375         std::make_pair(getCurrentSection(), getPreviousSection()));
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2043     if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection())
lib/MC/MCParser/DarwinAsmParser.cpp
  754   MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
lib/MC/MCParser/ELFAsmParser.cpp
  659   MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
   88     LastMappingSymbols[getPreviousSection().first] = LastEMS;