Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp112 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection()
118 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection()
126 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
H A DMCObjectStreamer.cpp189 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitValueImpl()
254 assert(F.getParent() == getCurrentSectionOnly()); in emitLabelAtPos()
340 const MCSection &Sec = *getCurrentSectionOnly(); in emitInstruction()
354 MCSection *Sec = getCurrentSectionOnly(); in emitInstructionImpl()
359 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitInstructionImpl()
424 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitDwarfLocDirective()
549 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitBytes()
563 MCSection *CurSec = getCurrentSectionOnly(); in emitValueToAlignment()
746 assert(getCurrentSectionOnly() && "need a section"); in emitFill()
774 assert(getCurrentSectionOnly() && "need a section"); in emitFill()
[all …]
H A DMCELFStreamer.cpp54 return getCurrentSectionOnly()->isBundleLocked(); in isBundleLocked()
72 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabel()
83 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabelAtPos()
523 MCSection &Sec = *getCurrentSectionOnly(); in emitInstToData()
577 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleLock()
590 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleUnlock()
H A DMCWasmStreamer.cpp47 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabel()
58 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabelAtPos()
H A DMCStreamer.cpp336 FI->Section = getCurrentSectionOnly(); in checkCVLocSection()
337 else if (FI->Section != getCurrentSectionOnly()) { in checkCVLocSection()
422 assert(getCurrentSectionOnly() && "Cannot emit before setting section!"); in emitLabel()
426 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in emitLabel()
440 getCurrentSectionOnly() == FrameInfoStack.back().second) in emitCFIStartProc()
459 FrameInfoStack.emplace_back(DwarfFrameInfos.size(), getCurrentSectionOnly()); in emitCFIStartProc()
729 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in emitWinCFIStartProc()
771 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in emitWinCFIStartChained()
H A DMCAsmStreamer.cpp1250 assert(getCurrentSectionOnly() && in emitBytes()
1338 assert(getCurrentSectionOnly() && in emitValueImpl()
1729 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitDwarfLocDirective()
2405 assert(getCurrentSectionOnly() && in emitInstruction()
2411 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitInstruction()
2652 MCSymbol *Sym = getCurrentSectionOnly()->getEndSymbol(getContext()); in doFinalizationAtSectionEnd()
H A DMCWinCOFFStreamer.cpp229 MCSection *Sec = getCurrentSectionOnly(); in emitCOFFSymbolIndex()
H A DMCMachOStreamer.cpp289 {Symbol, getCurrentSectionOnly()}); in emitSymbolAttribute()
H A DMCDwarf.cpp1214 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly())) in Make()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp86 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaTargetStreamer.cpp88 auto *CS = static_cast<MCSectionELF *>(OutStreamer.getCurrentSectionOnly()); in emitLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp45 CurrentSection = Streamer.getCurrentSectionOnly(); in addEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp163 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp255 cast<MCSectionWasm>(getStreamer().getCurrentSectionOnly()); in parseDirectiveType()
H A DELFAsmParser.cpp686 cast_or_null<MCSectionELF>(getStreamer().getCurrentSectionOnly())) in ParseSectionArguments()
921 return getStreamer().switchSection(getStreamer().getCurrentSectionOnly(), in ParseDirectiveSubsection()
H A DCOFFAsmParser.cpp611 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
H A DDarwinAsmParser.cpp554 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
H A DAsmParser.cpp985 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run()
2352 getStreamer().getCurrentSectionOnly())) { in parseAndMatchAndEmitTargetInstruction()
3466 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
3494 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
H A DMasmParser.cpp1355 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run()
1459 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection()
2687 getStreamer().getCurrentSectionOnly())) { in parseStatement()
4705 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in emitAlignTo()
7683 return getStreamer().getCurrentSectionOnly()->getName().str(); in evaluateBuiltinTextMacro()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp233 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp759 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSectionOnly()); in CheckDataSection()
1076 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSectionOnly()); in doBeforeLabelEmit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp144 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction()
217 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp482 if (!OS.getCurrentSectionOnly()->isText()) in canPadBranches()
596 MCSection *Sec = OS.getCurrentSectionOnly(); in emitInstructionEnd()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h398 MCSection *getCurrentSectionOnly() const { in getCurrentSectionOnly() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp860 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in emitStartOfAsmFile()

12