Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp51 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()
115 assert(getCurrentSectionOnly() && "No current section!"); in getCurrentFragment()
117 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
174 MCDwarfLineEntry::Make(this, getCurrentSectionOnly()); in EmitValueImpl()
306 MCSection *Sec = getCurrentSectionOnly(); in EmitInstructionImpl()
312 MCDwarfLineEntry::Make(this, getCurrentSectionOnly()); in EmitInstructionImpl()
381 MCDwarfLineEntry::Make(this, getCurrentSectionOnly()); in EmitDwarfLocDirective()
492 MCDwarfLineEntry::Make(this, getCurrentSectionOnly()); in EmitBytes()
507 MCSection *CurSec = getCurrentSectionOnly(); in EmitValueToAlignment()
625 assert(getCurrentSectionOnly() && "need a section"); in emitFill()
[all …]
DConstantPools.cpp99 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection()
106 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection()
115 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
DMCELFStreamer.cpp50 return getCurrentSectionOnly()->isBundleLocked(); in isBundleLocked()
105 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in EmitLabel()
115 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in EmitLabel()
148 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection()
539 MCSection &Sec = *getCurrentSectionOnly(); in EmitInstToData()
612 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleLock()
633 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleUnlock()
668 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl()
DMCStreamer.cpp282 FI->Section = getCurrentSectionOnly(); in EmitCVLocDirective()
283 else if (FI->Section != getCurrentSectionOnly()) in EmitCVLocDirective()
329 assert(getCurrentSectionOnly() && "Cannot emit before setting section!"); in EmitLabel()
333 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in EmitLabel()
598 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartProc()
622 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartChained()
DMCWinCOFFStreamer.cpp198 MCSection *Sec = getCurrentSectionOnly(); in EmitCOFFSymbolIndex()
203 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in EmitCOFFSymbolIndex()
DMCCodeView.cpp424 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction()
434 OS.getCurrentSectionOnly()); in emitDefRange()
DMCAsmStreamer.cpp427 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in ChangeSection()
853 assert(getCurrentSectionOnly() && in EmitBytes()
903 assert(getCurrentSectionOnly() && in EmitValueImpl()
1800 assert(getCurrentSectionOnly() && in EmitInstruction()
DMCMachOStreamer.cpp301 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
/external/llvm/lib/MC/
DMCELFStreamer.cpp42 return getCurrentSectionOnly()->isBundleLocked(); in isBundleLocked()
105 static_cast<const MCSectionELF &>(*getCurrentSectionOnly()); in EmitLabel()
138 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection()
198 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
501 MCSection &Sec = *getCurrentSectionOnly(); in EmitInstToData()
569 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleLock()
590 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleUnlock()
625 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl()
DMCObjectStreamer.cpp47 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels()
93 assert(getCurrentSectionOnly() && "No current section!"); in getCurrentFragment()
95 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
232 MCSection *Sec = getCurrentSectionOnly(); in EmitInstruction()
DMCCodeView.cpp248 SecondaryFunctionIds, OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction()
258 OS.getCurrentSectionOnly()); in emitDefRange()
DMCStreamer.cpp248 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in EmitLabel()
463 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartProc()
485 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartChained()
DMCMachOStreamer.cpp298 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h66 MCSection *CurSection = getCurrentSectionOnly(); in insert()
DMCStreamer.h297 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h69 MCSection *CurSection = getCurrentSectionOnly(); in insert()
DMCStreamer.h337 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp142 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction()
209 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
DAsmPrinter.cpp234 return OutStreamer->getCurrentSectionOnly(); in getCurrentSection()
2981 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp556 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitStartOfAsmFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp604 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
DDarwinAsmParser.cpp549 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
DAsmParser.cpp866 MCSection *Sec = getStreamer().getCurrentSectionOnly(); in Run()
960 if (!ParsingInlineAsm && !getStreamer().getCurrentSectionOnly()) { in checkForValidSection()
2190 getStreamer().getCurrentSectionOnly())) { in parseStatement()
3267 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveAlign()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp130 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3332 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
3335 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()

12