| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 52 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 D | ConstantPools.cpp | 98 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() 104 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() 112 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
|
| H A D | MCELFStreamer.cpp | 49 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 D | MCStreamer.cpp | 326 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 D | MCWinCOFFStreamer.cpp | 208 MCSection *Sec = getCurrentSectionOnly(); in EmitCOFFSymbolIndex() 213 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in EmitCOFFSymbolIndex()
|
| H A D | MCAsmStreamer.cpp | 492 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 D | MCCodeView.cpp | 431 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction() 441 OS.getCurrentSectionOnly()); in emitDefRange()
|
| H A D | MCMachOStreamer.cpp | 304 ISD.Section = getCurrentSectionOnly(); in emitSymbolAttribute()
|
| H A D | MCDwarf.cpp | 1227 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly())) in Make()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 76 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430AsmPrinter.cpp | 160 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 80 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
| H A D | MCStreamer.h | 374 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 146 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 157 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction() 230 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
|
| H A D | AsmPrinter.cpp | 256 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 D | X86AsmBackend.cpp | 572 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 D | COFFAsmParser.cpp | 596 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
| H A D | DarwinAsmParser.cpp | 554 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
|
| H A D | AsmParser.cpp | 963 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 D | MasmParser.cpp | 1227 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 D | X86AsmPrinter.cpp | 640 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in emitStartOfAsmFile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4717 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 D | MipsAsmParser.cpp | 3404 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 D | ARMAsmParser.cpp | 11773 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven() 11780 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven() 11984 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
|