/external/llvm-project/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 50 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() 70 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() 93 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() 183 assert(getCurrentSectionOnly() && "No current section!"); in getCurrentFragment() 185 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment() 231 MCDwarfLineEntry::Make(this, getCurrentSectionOnly()); in emitValueImpl() 293 assert(F->getParent() == getCurrentSectionOnly()); in emitLabelAtPos() 367 const MCSection &Sec = *getCurrentSectionOnly(); in emitInstruction() 383 MCSection *Sec = getCurrentSectionOnly(); in emitInstructionImpl() 388 MCDwarfLineEntry::Make(this, getCurrentSectionOnly()); in emitInstructionImpl() [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() 561 MCSection &Sec = *getCurrentSectionOnly(); in emitInstToData() 634 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleLock() 655 MCSection &Sec = *getCurrentSectionOnly(); in emitBundleUnlock() 690 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl()
|
D | MCWinCOFFStreamer.cpp | 209 MCSection *Sec = getCurrentSectionOnly(); in EmitCOFFSymbolIndex() 214 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in EmitCOFFSymbolIndex()
|
D | MCStreamer.cpp | 326 FI->Section = getCurrentSectionOnly(); in checkCVLocSection() 327 else if (FI->Section != getCurrentSectionOnly()) { in checkCVLocSection() 420 assert(getCurrentSectionOnly() && "Cannot emit before setting section!"); in emitLabel() 424 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in emitLabel() 699 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartProc() 741 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly(); in EmitWinCFIStartChained()
|
D | MCCodeView.cpp | 431 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction() 441 OS.getCurrentSectionOnly()); in emitDefRange()
|
/external/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 | MCWinCOFFStreamer.cpp | 209 MCSection *Sec = getCurrentSectionOnly(); in EmitCOFFSymbolIndex() 214 new MCSymbolIdFragment(Symbol, getCurrentSectionOnly()); in EmitCOFFSymbolIndex()
|
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 | MCCodeView.cpp | 431 OS.getCurrentSectionOnly()); in emitInlineLineTableForFunction() 441 OS.getCurrentSectionOnly()); in emitDefRange()
|
/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-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64TargetStreamer.cpp | 76 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 160 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 160 MCSection *Cur = OutStreamer->getCurrentSectionOnly(); in EmitInterruptVectorSection()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 66 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 80 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 79 MCSection *CurSection = getCurrentSectionOnly(); in insert()
|
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 126 cast<MCSectionXCOFF>(Streamer.getCurrentSectionOnly()) in emitTCEntry()
|
/external/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()
|