|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/MC/MCObjectStreamer.h 77 MCSection *CurSection = getCurrentSectionOnly();
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 242 return OutStreamer->getCurrentSectionOnly();
3124 auto PrevSection = OutStreamer->getCurrentSectionOnly();
lib/CodeGen/AsmPrinter/WinException.cpp 148 Asm->OutStreamer->getCurrentSectionOnly());
215 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly();
265 Asm->OutStreamer->getCurrentSectionOnly());
lib/MC/ConstantPools.cpp 98 MCSection *Section = Streamer.getCurrentSectionOnly();
104 MCSection *Section = Streamer.getCurrentSectionOnly();
112 MCSection *Section = Streamer.getCurrentSectionOnly();
lib/MC/MCAsmStreamer.cpp 447 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS);
916 assert(getCurrentSectionOnly() &&
974 assert(getCurrentSectionOnly() &&
1931 assert(getCurrentSectionOnly() &&
lib/MC/MCCodeView.cpp 431 OS.getCurrentSectionOnly());
441 OS.getCurrentSectionOnly());
lib/MC/MCDwarf.cpp 1215 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly()))
lib/MC/MCELFStreamer.cpp 49 return getCurrentSectionOnly()->isBundleLocked();
104 static_cast<const MCSectionELF &>(*getCurrentSectionOnly());
114 static_cast<const MCSectionELF &>(*getCurrentSectionOnly());
147 MCSection *CurSection = getCurrentSectionOnly();
544 MCSection &Sec = *getCurrentSectionOnly();
617 MCSection &Sec = *getCurrentSectionOnly();
638 MCSection &Sec = *getCurrentSectionOnly();
673 MCSection *CurSection = getCurrentSectionOnly();
lib/MC/MCMachOStreamer.cpp 302 ISD.Section = getCurrentSectionOnly();
lib/MC/MCObjectStreamer.cpp 50 MCSection *CurSection = getCurrentSectionOnly();
138 assert(getCurrentSectionOnly() && "No current section!");
140 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin())
196 MCDwarfLineEntry::Make(this, getCurrentSectionOnly());
327 MCSection *Sec = getCurrentSectionOnly();
332 MCDwarfLineEntry::Make(this, getCurrentSectionOnly());
401 MCDwarfLineEntry::Make(this, getCurrentSectionOnly());
519 MCDwarfLineEntry::Make(this, getCurrentSectionOnly());
527 MCSection *Sec = getCurrentSectionOnly();
540 MCSection *CurSec = getCurrentSectionOnly();
671 assert(getCurrentSectionOnly() && "need a section");
701 assert(getCurrentSectionOnly() && "need a section");
lib/MC/MCParser/AsmParser.cpp 905 MCSection *Sec = getStreamer().getCurrentSectionOnly();
1001 if (!ParsingInlineAsm && !getStreamer().getCurrentSectionOnly()) {
2243 getStreamer().getCurrentSectionOnly())) {
3340 const MCSection *Section = getStreamer().getCurrentSectionOnly();
lib/MC/MCParser/COFFAsmParser.cpp 588 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly());
lib/MC/MCParser/DarwinAsmParser.cpp 553 getStreamer().getCurrentSectionOnly());
lib/MC/MCStreamer.cpp 313 FI->Section = getCurrentSectionOnly();
314 else if (FI->Section != getCurrentSectionOnly()) {
407 assert(getCurrentSectionOnly() && "Cannot emit before setting section!");
411 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment());
685 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly();
720 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly();
lib/MC/MCWinCOFFStreamer.cpp 209 MCSection *Sec = getCurrentSectionOnly();
214 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly());
lib/Target/ARM/AsmParser/ARMAsmParser.cpp11254 const MCSection *Section = getStreamer().getCurrentSectionOnly();
11261 Section = getStreamer().getCurrentSectionOnly();
11465 const MCSection *Section = getStreamer().getCurrentSectionOnly();
lib/Target/MSP430/MSP430AsmPrinter.cpp 160 MCSection *Cur = OutStreamer->getCurrentSectionOnly();
lib/Target/Mips/AsmParser/MipsAsmParser.cpp 3323 MCSection *CS = getStreamer().getCurrentSectionOnly();
3377 MCSection *CS = getStreamer().getCurrentSectionOnly();
3458 MCSection *CS = getStreamer().getCurrentSectionOnly();
lib/Target/X86/AsmParser/X86AsmParser.cpp 3621 const MCSection *Section = getStreamer().getCurrentSectionOnly();
3624 Section = getStreamer().getCurrentSectionOnly();
lib/Target/X86/X86AsmPrinter.cpp 571 MCSection *Cur = OutStreamer->getCurrentSectionOnly();