Home
last modified time | relevance | path

Searched refs:getCurrentSectionOnly (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp51 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel()
71 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()
94 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()
250 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitValueImpl()
324 assert(F->getParent() == getCurrentSectionOnly()); in emitLabelAtPos()
411 const MCSection &Sec = *getCurrentSectionOnly(); in emitInstruction()
427 MCSection *Sec = getCurrentSectionOnly(); in emitInstructionImpl()
654 MCSection *CurSec = getCurrentSectionOnly(); in emitValueToAlignment()
853 assert(getCurrentSectionOnly() && "need a section"); in emitFill()
883 assert(getCurrentSectionOnly() && "need a section"); in emitFill()
[all …]
H A DConstantPools.cpp111 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection()
117 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection()
125 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
H A DMCELFStreamer.cpp50 return getCurrentSectionOnly()->isBundleLocked(); in isBundleLocked()
105 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabel()
116 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabelAtPos()
149 MCSection *CurSection = getCurrentSectionOnly(); in changeSection()
574 MCSection &Sec = *getCurrentSectionOnly(); in emitInstToData()
648 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleLock()
667 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleUnlock()
708 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl()
H A DMCWasmStreamer.cpp60 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabel()
71 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabelAtPos()
H A DMCStreamer.cpp336 FI->Section = getCurrentSectionOnly(); in checkCVLocSection()
337 else if (FI->Section != getCurrentSectionOnly()) { in checkCVLocSection()
431 assert(getCurrentSectionOnly() && "Cannot emit before setting section!"); in emitLabel()
435 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in emitLabel()
724 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in emitWinCFIStartProc()
766 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in emitWinCFIStartChained()
1119 getCurrentSectionOnly(), Probe, InlineStack); in emitPseudoProbe()
H A DMCWinCOFFStreamer.cpp208 MCSection *Sec = getCurrentSectionOnly(); in emitCOFFSymbolIndex()
213 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in emitCOFFSymbolIndex()
H A DMCAsmStreamer.cpp503 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in changeSection()
1152 assert(getCurrentSectionOnly() && in emitBytes()
1240 assert(getCurrentSectionOnly() && in emitValueImpl()
1609 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitDwarfLocDirective()
2277 assert(getCurrentSectionOnly() && in emitInstruction()
2283 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitInstruction()
2519 MCSymbol *Sym = getCurrentSectionOnly()->getEndSymbol(getContext()); in doFinalizationAtSectionEnd()
H A DMCCodeView.cpp432 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction()
442 OS.getCurrentSectionOnly()); in emitDefRange()
H A DMCMachOStreamer.cpp329 ISD.Section = getCurrentSectionOnly(); in emitSymbolAttribute()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp78 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp46 CurrentSection = Streamer.getCurrentSectionOnly(); in addEntry()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp163 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectStreamer.h96 MCSection *CurSection = getCurrentSectionOnly(); in insert()
H A DMCStreamer.h389 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp267 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitValueImpl()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp148 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp689 Streamer.getCurrentSectionOnly()); in emitLineInfo()
704 Streamer.getCurrentSectionOnly()); in emitLineInfoEnd()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp488 if (!OS.getCurrentSectionOnly()->getKind().isText()) in canPadBranches()
586 MCSection *Sec = OS.getCurrentSectionOnly(); in emitInstructionEnd()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp152 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction()
225 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
H A DAsmPrinter.cpp420 return OutStreamer->getCurrentSectionOnly(); in getCurrentSection()
3754 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp593 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
H A DDarwinAsmParser.cpp554 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
H A DAsmParser.cpp983 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run()
1084 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection()
2357 getStreamer().getCurrentSectionOnly())) { in parseAndMatchAndEmitTargetInstruction()
3483 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
H A DMasmParser.cpp1335 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run()
1438 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection()
2703 getStreamer().getCurrentSectionOnly())) { in parseStatement()
4722 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in emitAlignTo()
7698 return getStreamer().getCurrentSectionOnly()->getName().str(); in evaluateBuiltinTextMacro()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp681 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in emitStartOfAsmFile()

12