/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 51 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 …]
|
D | ConstantPools.cpp | 99 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() 106 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() 115 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry()
|
D | MCELFStreamer.cpp | 50 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()
|
D | MCStreamer.cpp | 282 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()
|
D | MCWinCOFFStreamer.cpp | 198 MCSection *Sec = getCurrentSectionOnly(); in EmitCOFFSymbolIndex() 203 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in EmitCOFFSymbolIndex()
|
D | MCCodeView.cpp | 424 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction() 434 OS.getCurrentSectionOnly()); in emitDefRange()
|
D | MCAsmStreamer.cpp | 427 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); in ChangeSection() 853 assert(getCurrentSectionOnly() && in EmitBytes() 903 assert(getCurrentSectionOnly() && in EmitValueImpl() 1800 assert(getCurrentSectionOnly() && in EmitInstruction()
|
D | MCMachOStreamer.cpp | 301 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
|
/external/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 42 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()
|
D | MCObjectStreamer.cpp | 47 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()
|
D | MCCodeView.cpp | 248 SecondaryFunctionIds, OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction() 258 OS.getCurrentSectionOnly()); in emitDefRange()
|
D | MCStreamer.cpp | 248 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in EmitLabel() 463 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartProc() 485 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartChained()
|
D | MCMachOStreamer.cpp | 298 ISD.Section = getCurrentSectionOnly(); in EmitSymbolAttribute()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 66 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
D | MCStreamer.h | 297 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 69 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
D | MCStreamer.h | 337 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 142 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction() 209 CurrentFuncletTextSection = Asm->OutStreamer->getCurrentSectionOnly(); in beginFunclet()
|
D | AsmPrinter.cpp | 234 return OutStreamer->getCurrentSectionOnly(); in getCurrentSection() 2981 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 556 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitStartOfAsmFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 604 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
D | DarwinAsmParser.cpp | 549 getStreamer().getCurrentSectionOnly()); in parseDirectiveIndirectSymbol()
|
D | AsmParser.cpp | 866 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/ |
D | WinException.cpp | 130 Asm->OutStreamer->getCurrentSectionOnly()); in endFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 3332 const MCSection *Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven() 3335 Section = getStreamer().getCurrentSectionOnly(); in parseDirectiveEven()
|