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

References

include/llvm/MC/MCStreamer.h
  351   MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; }
  375         std::make_pair(getCurrentSection(), getPreviousSection()));
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2043     if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection())
lib/MC/MCELFStreamer.cpp
  303     MCSectionSubPair P = getCurrentSection();
lib/MC/MCParser/ELFAsmParser.cpp
  627     MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  474     LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo);
lib/Target/Hexagon/HexagonAsmPrinter.cpp
  329       MCSectionSubPair Current = OutStreamer->getCurrentSection();
  347       MCSectionSubPair Current = OutStreamer->getCurrentSection();
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
  109     MCSectionSubPair P = getCurrentSection();
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1410   MCSectionSubPair Current = OutStreamer->getCurrentSection();
 1791   MCSectionSubPair Current = OutStreamer->getCurrentSection();
lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  636       auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first);
  840     auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first);