/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 49 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() 73 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() 96 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() 186 assert(getCurrentSectionOnly() && "No current section!"); in getCurrentFragment() 188 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment() 234 MCDwarfLineEntry::Make(this, getCurrentSectionOnly()); in EmitValueImpl() 296 assert(F->getParent() == getCurrentSectionOnly()); in EmitLabelAtPos() 379 MCSection *Sec = getCurrentSectionOnly(); in EmitInstructionImpl() 384 MCDwarfLineEntry::Make(this, getCurrentSectionOnly()); in EmitInstructionImpl() 453 MCDwarfLineEntry::Make(this, getCurrentSectionOnly()); in EmitDwarfLocDirective() [all …]
|
D | ConstantPools.cpp | 98 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() 104 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() 112 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
|
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() 541 MCSection &Sec = *getCurrentSectionOnly(); in EmitInstToData() 614 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleLock() 635 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleUnlock() 670 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl()
|
D | MCStreamer.cpp | 313 FI->Section = getCurrentSectionOnly(); in checkCVLocSection() 314 else if (FI->Section != getCurrentSectionOnly()) { in checkCVLocSection() 407 assert(getCurrentSectionOnly() && "Cannot emit before setting section!"); in EmitLabel() 411 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in EmitLabel() 685 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartProc() 720 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartChained()
|
D | MCWinCOFFStreamer.cpp | 209 MCSection *Sec = getCurrentSectionOnly(); in EmitCOFFSymbolIndex() 214 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in EmitCOFFSymbolIndex()
|
D | MCCodeView.cpp | 431 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction() 441 OS.getCurrentSectionOnly()); in emitDefRange()
|
D | MCAsmStreamer.cpp | 450 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in ChangeSection() 921 assert(getCurrentSectionOnly() && in EmitBytes() 979 assert(getCurrentSectionOnly() && in EmitValueImpl() 1936 assert(getCurrentSectionOnly() && in EmitInstruction()
|
D | MCMachOStreamer.cpp | 302 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
|
D | MCDwarf.cpp | 1215 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSectionOnly())) in Make()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 160 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 79 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
D | MCStreamer.h | 362 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 148 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction() 215 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet() 265 Asm->OutStreamer->getCurrentSectionOnly()); in endFuncletImpl()
|
D | AsmPrinter.cpp | 245 return OutStreamer->getCurrentSectionOnly(); in getCurrentSection() 3160 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 368 MCSection *Sec = OS.getCurrentSectionOnly(); in needAlign() 474 MCSection *Sec = OS.getCurrentSectionOnly(); in alignBranchesEnd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 593 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitStartOfAsmFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 588 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
D | DarwinAsmParser.cpp | 553 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
|
D | AsmParser.cpp | 902 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run() 998 if (!ParsingInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection() 2240 getStreamer().getCurrentSectionOnly())) { in parseStatement() 3333 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 222 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitStartOfAsmFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 3681 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven() 3684 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3376 MCSection *CS = getStreamer().getCurrentSectionOnly(); in expandLoadSingleImmToFPR() 3430 MCSection *CS = getStreamer().getCurrentSectionOnly(); in expandLoadDoubleImmToGPR() 3511 MCSection *CS = getStreamer().getCurrentSectionOnly(); in expandLoadDoubleImmToFPR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 11305 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven() 11312 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven() 11516 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
|