| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 51 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() 71 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() 94 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() 204 assert(getCurrentSectionOnly() && "No current section!"); in getCurrentFragment() 206 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment() 252 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitValueImpl() 326 assert(F->getParent() == getCurrentSectionOnly()); in emitLabelAtPos() 413 const MCSection &Sec = *getCurrentSectionOnly(); in emitInstruction() 429 MCSection *Sec = getCurrentSectionOnly(); in emitInstructionImpl() 434 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitInstructionImpl() [all …]
|
| D | ConstantPools.cpp | 111 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() 117 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() 125 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
|
| D | MCELFStreamer.cpp | 50 return getCurrentSectionOnly()->isBundleLocked(); in isBundleLocked() 109 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabel() 120 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabelAtPos() 152 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() 581 MCSection &Sec = *getCurrentSectionOnly(); in emitInstToData() 655 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleLock() 674 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleUnlock() 715 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl()
|
| D | MCWasmStreamer.cpp | 60 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabel() 71 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabelAtPos()
|
| D | MCWinCOFFStreamer.cpp | 207 MCSection *Sec = getCurrentSectionOnly(); in emitCOFFSymbolIndex() 211 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in emitCOFFSymbolIndex()
|
| 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()
|
| D | MCAsmStreamer.cpp | 510 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in changeSection() 1167 assert(getCurrentSectionOnly() && in emitBytes() 1255 assert(getCurrentSectionOnly() && in emitValueImpl() 1641 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitDwarfLocDirective() 2310 assert(getCurrentSectionOnly() && in emitInstruction() 2316 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitInstruction() 2555 MCSymbol *Sym = getCurrentSectionOnly()->getEndSymbol(getContext()); in doFinalizationAtSectionEnd()
|
| D | MCCodeView.cpp | 432 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction() 442 OS.getCurrentSectionOnly()); in emitDefRange()
|
| D | MCMachOStreamer.cpp | 327 ISD.Section = getCurrentSectionOnly(); in emitSymbolAttribute()
|
| D | MCDwarf.cpp | 1206 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly())) in Make()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64TargetStreamer.cpp | 78 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430AsmPrinter.cpp | 163 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | MCObjectStreamer.h | 96 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
| D | MCStreamer.h | 389 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVELFStreamer.cpp | 272 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitValueImpl()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCMCTargetDesc.cpp | 148 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | WinException.cpp | 144 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction() 217 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
|
| D | AsmPrinter.cpp | 409 return OutStreamer->getCurrentSectionOnly(); in getCurrentSection() 3936 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86AsmBackend.cpp | 488 if (!OS.getCurrentSectionOnly()->getKind().isText()) in canPadBranches() 586 MCSection *Sec = OS.getCurrentSectionOnly(); in emitInstructionEnd()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/ |
| D | COFFAsmParser.cpp | 600 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
| D | DarwinAsmParser.cpp | 554 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
|
| D | AsmParser.cpp | 985 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run() 1090 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection() 2358 getStreamer().getCurrentSectionOnly())) { in parseAndMatchAndEmitTargetInstruction() 3484 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
|
| D | MasmParser.cpp | 1355 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run() 1458 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection() 2718 getStreamer().getCurrentSectionOnly())) { in parseStatement() 4736 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in emitAlignTo() 7715 return getStreamer().getCurrentSectionOnly()->getName().str(); in evaluateBuiltinTextMacro()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86AsmPrinter.cpp | 767 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in emitStartOfAsmFile()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmParser.cpp | 4725 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven() 4728 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
|