Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp51 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()
91 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()
254 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitValueImpl()
328 assert(F->getParent() == getCurrentSectionOnly()); in emitLabelAtPos()
421 const MCSection &Sec = *getCurrentSectionOnly(); in emitInstruction()
437 MCSection *Sec = getCurrentSectionOnly(); in emitInstructionImpl()
651 MCSection *CurSec = getCurrentSectionOnly(); in emitValueToAlignment()
851 assert(getCurrentSectionOnly() && "need a section"); in emitFill()
881 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()
106 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabel()
117 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabelAtPos()
149 MCSection *CurSection = getCurrentSectionOnly(); in changeSection()
577 MCSection &Sec = *getCurrentSectionOnly(); in emitInstToData()
654 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleLock()
673 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleUnlock()
714 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.cpp337 FI->Section = getCurrentSectionOnly(); in checkCVLocSection()
338 else if (FI->Section != getCurrentSectionOnly()) { in checkCVLocSection()
432 assert(getCurrentSectionOnly() && "Cannot emit before setting section!"); in emitLabel()
436 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in emitLabel()
450 getCurrentSectionOnly() == FrameInfoStack.back().second) in emitCFIStartProc()
469 FrameInfoStack.emplace_back(DwarfFrameInfos.size(), getCurrentSectionOnly()); in emitCFIStartProc()
732 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in emitWinCFIStartProc()
774 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in emitWinCFIStartChained()
H A DMCWinCOFFStreamer.cpp211 MCSection *Sec = getCurrentSectionOnly(); in emitCOFFSymbolIndex()
215 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in emitCOFFSymbolIndex()
H A DMCAsmStreamer.cpp517 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in changeSection()
1235 assert(getCurrentSectionOnly() && in emitBytes()
1323 assert(getCurrentSectionOnly() && in emitValueImpl()
1709 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitDwarfLocDirective()
2379 assert(getCurrentSectionOnly() && in emitInstruction()
2385 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitInstruction()
2627 MCSymbol *Sym = getCurrentSectionOnly()->getEndSymbol(getContext()); in doFinalizationAtSectionEnd()
H A DMCCodeView.cpp455 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction()
465 OS.getCurrentSectionOnly()); in emitDefRange()
H A DMCMachOStreamer.cpp326 ISD.Section = getCurrentSectionOnly(); in emitSymbolAttribute()
H A DMCDwarf.cpp1208 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly())) in Make()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp77 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp45 CurrentSection = Streamer.getCurrentSectionOnly(); in addEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp163 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h96 MCSection *CurSection = getCurrentSectionOnly(); in insert()
H A DMCStreamer.h393 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp232 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp144 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction()
217 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
H A DAsmPrinter.cpp436 return OutStreamer->getCurrentSectionOnly(); in getCurrentSection()
4171 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp487 if (!OS.getCurrentSectionOnly()->getKind().isText()) in canPadBranches()
585 MCSection *Sec = OS.getCurrentSectionOnly(); in emitInstructionEnd()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp631 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
H A DAsmParser.cpp987 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run()
1088 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection()
2354 getStreamer().getCurrentSectionOnly())) { in parseAndMatchAndEmitTargetInstruction()
3464 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
3492 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
H A DDarwinAsmParser.cpp554 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
H A DMasmParser.cpp1355 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run()
1458 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection()
2686 getStreamer().getCurrentSectionOnly())) { in parseStatement()
4704 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in emitAlignTo()
7683 return getStreamer().getCurrentSectionOnly()->getName().str(); in evaluateBuiltinTextMacro()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp861 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in emitStartOfAsmFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4618 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
4621 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()

12