/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 112 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() 118 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() 126 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
|
H A D | MCObjectStreamer.cpp | 189 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 D | MCELFStreamer.cpp | 54 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 D | MCWasmStreamer.cpp | 47 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabel() 58 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabelAtPos()
|
H A D | MCStreamer.cpp | 336 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 D | MCAsmStreamer.cpp | 1250 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 D | MCWinCOFFStreamer.cpp | 229 MCSection *Sec = getCurrentSectionOnly(); in emitCOFFSymbolIndex()
|
H A D | MCMachOStreamer.cpp | 289 {Symbol, getCurrentSectionOnly()}); in emitSymbolAttribute()
|
H A D | MCDwarf.cpp | 1214 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly())) in Make()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64TargetStreamer.cpp | 86 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaTargetStreamer.cpp | 88 auto *CS = static_cast<MCSectionELF *>(OutStreamer.getCurrentSectionOnly()); in emitLiteral()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYTargetStreamer.cpp | 45 CurrentSection = Streamer.getCurrentSectionOnly(); in addEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 163 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 255 cast<MCSectionWasm>(getStreamer().getCurrentSectionOnly()); in parseDirectiveType()
|
H A D | ELFAsmParser.cpp | 686 cast_or_null<MCSectionELF>(getStreamer().getCurrentSectionOnly())) in ParseSectionArguments() 921 return getStreamer().switchSection(getStreamer().getCurrentSectionOnly(), in ParseDirectiveSubsection()
|
H A D | COFFAsmParser.cpp | 611 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
H A D | DarwinAsmParser.cpp | 554 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
|
H A D | AsmParser.cpp | 985 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 D | MasmParser.cpp | 1355 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 D | PPCMCTargetDesc.cpp | 233 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 759 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 D | WinException.cpp | 144 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction() 217 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 482 if (!OS.getCurrentSectionOnly()->isText()) in canPadBranches() 596 MCSection *Sec = OS.getCurrentSectionOnly(); in emitInstructionEnd()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 398 MCSection *getCurrentSectionOnly() const { in getCurrentSectionOnly() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 860 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in emitStartOfAsmFile()
|