Home
last modified time | relevance | path

Searched refs:setHasInstructions (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSPIRVStreamer.cpp31 DF->setHasInstructions(STI); in emitInstToData()
H A DMCWasmStreamer.cpp51 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()
214 DF->setHasInstructions(STI); in emitInstToData()
H A DMCXCOFFStreamer.cpp120 DF->setHasInstructions(STI); in emitInstToData()
H A DMCELFStreamer.cpp87 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()
599 CEIF->setHasInstructions(STI); in emitInstToData()
626 DF->setHasInstructions(STI); in emitInstToData()
H A DMCWinCOFFStreamer.cpp64 DF->setHasInstructions(STI); in emitInstToData()
H A DMCMachOStreamer.cpp498 DF->setHasInstructions(STI); in emitInstToData()
H A DMCObjectStreamer.cpp428 Sec->setHasInstructions(true); in emitInstructionImpl()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSection.h161 void setHasInstructions(bool Value) { HasInstructions = Value; }
H A DMCFragment.h176 void setHasInstructions(const MCSubtargetInfo &STI) { in setHasInstructions() function
/llvm-project-15.0.7/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp103 Section->setHasInstructions(true); in emitDebugLineSection()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFExpressionCopyBytesTest.cpp137 Section->setHasInstructions(true); in emitObjFile()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp281 Section->setHasInstructions(true); in emitFunction()
H A DBinaryContext.cpp2191 Section->setHasInstructions(true); in calculateEmittedSize()
2209 ColdSection->setHasInstructions(true); in calculateEmittedSize()