| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 51 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 D | ConstantPools.cpp | 111 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() 117 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() 125 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
|
| H A D | MCELFStreamer.cpp | 50 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 D | MCWasmStreamer.cpp | 60 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabel() 71 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() 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 D | MCWinCOFFStreamer.cpp | 208 MCSection *Sec = getCurrentSectionOnly(); in emitCOFFSymbolIndex() 213 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in emitCOFFSymbolIndex()
|
| H A D | MCAsmStreamer.cpp | 503 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 D | MCCodeView.cpp | 432 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction() 442 OS.getCurrentSectionOnly()); in emitDefRange()
|
| H A D | MCMachOStreamer.cpp | 329 ISD.Section = getCurrentSectionOnly(); in emitSymbolAttribute()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 78 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.cpp | 46 CurrentSection = Streamer.getCurrentSectionOnly(); in addEntry()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430AsmPrinter.cpp | 163 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 96 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
| H A D | MCStreamer.h | 389 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 267 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitValueImpl()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 148 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryEmitter.cpp | 689 Streamer.getCurrentSectionOnly()); in emitLineInfo() 704 Streamer.getCurrentSectionOnly()); in emitLineInfoEnd()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 488 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 D | WinException.cpp | 152 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction() 225 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
|
| H A D | AsmPrinter.cpp | 420 return OutStreamer->getCurrentSectionOnly(); in getCurrentSection() 3754 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 593 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
| H A D | DarwinAsmParser.cpp | 554 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
|
| H A D | AsmParser.cpp | 983 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 D | MasmParser.cpp | 1335 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 D | X86AsmPrinter.cpp | 681 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in emitStartOfAsmFile()
|