Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp52 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()
95 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()
185 assert(getCurrentSectionOnly() && "No current section!"); in getCurrentFragment()
187 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
233 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitValueImpl()
295 assert(F->getParent() == getCurrentSectionOnly()); in emitLabelAtPos()
369 const MCSection &Sec = *getCurrentSectionOnly(); in emitInstruction()
385 MCSection *Sec = getCurrentSectionOnly(); in emitInstructionImpl()
390 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitInstructionImpl()
[all …]
H A DConstantPools.cpp98 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection()
104 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection()
112 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
H A DMCELFStreamer.cpp49 return getCurrentSectionOnly()->isBundleLocked(); in isBundleLocked()
104 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabel()
115 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in emitLabelAtPos()
148 MCSection *CurSection = getCurrentSectionOnly(); in changeSection()
556 MCSection &Sec = *getCurrentSectionOnly(); in emitInstToData()
630 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleLock()
651 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleUnlock()
686 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl()
H A DMCStreamer.cpp326 FI->Section = getCurrentSectionOnly(); in checkCVLocSection()
327 else if (FI->Section != getCurrentSectionOnly()) { in checkCVLocSection()
421 assert(getCurrentSectionOnly() && "Cannot emit before setting section!"); in emitLabel()
425 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in emitLabel()
698 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartProc()
740 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartChained()
1095 getCurrentSectionOnly(), Probe, InlineStack); in emitPseudoProbe()
H A DMCWinCOFFStreamer.cpp208 MCSection *Sec = getCurrentSectionOnly(); in EmitCOFFSymbolIndex()
213 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in EmitCOFFSymbolIndex()
H A DMCAsmStreamer.cpp492 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in changeSection()
1112 assert(getCurrentSectionOnly() && in emitBytes()
1200 assert(getCurrentSectionOnly() && in emitValueImpl()
1546 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitDwarfLocDirective()
2192 assert(getCurrentSectionOnly() && in emitInstruction()
2198 MCDwarfLineEntry::make(this, getCurrentSectionOnly()); in emitInstruction()
2434 MCSymbol *Sym = getCurrentSectionOnly()->getEndSymbol(getContext()); in doFinalizationAtSectionEnd()
H A DMCCodeView.cpp431 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction()
441 OS.getCurrentSectionOnly()); in emitDefRange()
H A DMCMachOStreamer.cpp304 ISD.Section = getCurrentSectionOnly(); in emitSymbolAttribute()
H A DMCDwarf.cpp1227 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly())) in Make()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp76 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp160 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h80 MCSection *CurSection = getCurrentSectionOnly(); in insert()
H A DMCStreamer.h374 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp146 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp157 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction()
230 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
H A DAsmPrinter.cpp256 return OutStreamer->getCurrentSectionOnly(); in getCurrentSection()
3449 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp572 if (!OS.getCurrentSectionOnly()->getKind().isText()) in canPadBranches()
670 MCSection *Sec = OS.getCurrentSectionOnly(); in emitInstructionEnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp596 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
H A DDarwinAsmParser.cpp554 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
H A DAsmParser.cpp963 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run()
1061 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection()
2336 getStreamer().getCurrentSectionOnly())) { in parseAndMatchAndEmitTargetInstruction()
3441 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
H A DMasmParser.cpp1227 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run()
1330 if (!ParsingMSInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection()
2585 getStreamer().getCurrentSectionOnly())) { in parseStatement()
4496 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp640 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in emitStartOfAsmFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4717 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
4720 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3404 MCSection *CS = getStreamer().getCurrentSectionOnly(); in expandLoadSingleImmToFPR()
3458 MCSection *CS = getStreamer().getCurrentSectionOnly(); in expandLoadDoubleImmToGPR()
3539 MCSection *CS = getStreamer().getCurrentSectionOnly(); in expandLoadDoubleImmToFPR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11773 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
11780 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
11984 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()