HomeSort by: relevance | last modified time | path
    Searched refs:getCurrentSectionOnly (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
ConstantPools.cpp 98 MCSection *Section = Streamer.getCurrentSectionOnly();
104 MCSection *Section = Streamer.getCurrentSectionOnly();
112 MCSection *Section = Streamer.getCurrentSectionOnly();
MCObjectStreamer.cpp 52 MCSection *CurSection = getCurrentSectionOnly();
72 MCSection *CurSection = getCurrentSectionOnly();
95 MCSection *CurSection = getCurrentSectionOnly();
185 assert(getCurrentSectionOnly() && "No current section!");
187 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin())
233 MCDwarfLineEntry::make(this, getCurrentSectionOnly());
295 assert(F->getParent() == getCurrentSectionOnly());
369 const MCSection &Sec = *getCurrentSectionOnly();
385 MCSection *Sec = getCurrentSectionOnly();
390 MCDwarfLineEntry::make(this, getCurrentSectionOnly());
    [all...]
MCELFStreamer.cpp 49 return getCurrentSectionOnly()->isBundleLocked();
104 static_cast<const MCSectionELF &>(*getCurrentSectionOnly());
115 static_cast<const MCSectionELF &>(*getCurrentSectionOnly());
148 MCSection *CurSection = getCurrentSectionOnly();
556 MCSection &Sec = *getCurrentSectionOnly();
630 MCSection &Sec = *getCurrentSectionOnly();
651 MCSection &Sec = *getCurrentSectionOnly();
686 MCSection *CurSection = getCurrentSectionOnly();
MCWinCOFFStreamer.cpp 208 MCSection *Sec = getCurrentSectionOnly();
213 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly());
MCStreamer.cpp 326 FI->Section = getCurrentSectionOnly();
327 else if (FI->Section != getCurrentSectionOnly()) {
421 assert(getCurrentSectionOnly() && "Cannot emit before setting section!");
425 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment());
698 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly();
740 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly();
1095 getCurrentSectionOnly(), Probe, InlineStack);
MCMachOStreamer.cpp 304 ISD.Section = getCurrentSectionOnly();
MCCodeView.cpp 431 OS.getCurrentSectionOnly());
441 OS.getCurrentSectionOnly());
MCAsmStreamer.cpp 492 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS);
1112 assert(getCurrentSectionOnly() &&
1200 assert(getCurrentSectionOnly() &&
1546 MCDwarfLineEntry::make(this, getCurrentSectionOnly());
2192 assert(getCurrentSectionOnly() &&
2198 MCDwarfLineEntry::make(this, getCurrentSectionOnly());
2434 MCSymbol *Sym = getCurrentSectionOnly()->getEndSymbol(getContext());
MCDwarf.cpp 1227 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64TargetStreamer.cpp 76 MCSection *Cur = OutStreamer.getCurrentSectionOnly();
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 160 MCSection *Cur = OutStreamer->getCurrentSectionOnly();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectStreamer.h 80 MCSection *CurSection = getCurrentSectionOnly();
MCStreamer.h 374 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 146 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly())
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 596 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly());
DarwinAsmParser.cpp 554 getStreamer().getCurrentSectionOnly());
AsmParser.cpp 963 MCSection *Sec = getStreamer().getCurrentSectionOnly();
1061 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) {
2336 getStreamer().getCurrentSectionOnly())) {
3441 const MCSection *Section = getStreamer().getCurrentSectionOnly();
MasmParser.cpp 1227 MCSection *Sec = getStreamer().getCurrentSectionOnly();
1330 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) {
2585 getStreamer().getCurrentSectionOnly())) {
4496 const MCSection *Section = getStreamer().getCurrentSectionOnly();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AsmPrinter.cpp 640 MCSection *Cur = OutStreamer->getCurrentSectionOnly();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 157 Asm->OutStreamer->getCurrentSectionOnly());
230 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly();
AsmPrinter.cpp 256 return OutStreamer->getCurrentSectionOnly();
3449 auto PrevSection = OutStreamer->getCurrentSectionOnly();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 572 if (!OS.getCurrentSectionOnly()->getKind().isText())
670 MCSection *Sec = OS.getCurrentSectionOnly();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 4717 const MCSection *Section = getStreamer().getCurrentSectionOnly();
4720 Section = getStreamer().getCurrentSectionOnly();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 3404 MCSection *CS = getStreamer().getCurrentSectionOnly();
3458 MCSection *CS = getStreamer().getCurrentSectionOnly();
3539 MCSection *CS = getStreamer().getCurrentSectionOnly();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 11773 const MCSection *Section = getStreamer().getCurrentSectionOnly();
11780 Section = getStreamer().getCurrentSectionOnly();
11984 const MCSection *Section = getStreamer().getCurrentSectionOnly();

Completed in 88 milliseconds