| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 51 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 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() 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 D | MCWasmStreamer.cpp | 60 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabel() 71 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabelAtPos()
|
| H A D | MCStreamer.cpp | 337 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 D | MCWinCOFFStreamer.cpp | 211 MCSection *Sec = getCurrentSectionOnly(); in emitCOFFSymbolIndex() 215 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in emitCOFFSymbolIndex()
|
| H A D | MCAsmStreamer.cpp | 517 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 D | MCCodeView.cpp | 455 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction() 465 OS.getCurrentSectionOnly()); in emitDefRange()
|
| H A D | MCMachOStreamer.cpp | 326 ISD.Section = getCurrentSectionOnly(); in emitSymbolAttribute()
|
| H A D | MCDwarf.cpp | 1208 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly())) in Make()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 77 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.cpp | 45 CurrentSection = Streamer.getCurrentSectionOnly(); in addEntry()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430AsmPrinter.cpp | 163 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 96 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
| H A D | MCStreamer.h | 393 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 232 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
|
| /freebsd-14.2/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()
|
| H A D | AsmPrinter.cpp | 436 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 D | X86AsmBackend.cpp | 487 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 D | COFFAsmParser.cpp | 631 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
| H A D | AsmParser.cpp | 987 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 D | DarwinAsmParser.cpp | 554 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
|
| H A D | MasmParser.cpp | 1355 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 D | X86AsmPrinter.cpp | 861 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in emitStartOfAsmFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4618 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven() 4621 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
|