Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSPIRVStreamer.cpp30 DF->setHasInstructions(STI); in emitInstToData()
HDMCXCOFFStreamer.cpp161 DF->setHasInstructions(STI); in emitInstToData()
HDMCWasmStreamer.cpp199 DF->setHasInstructions(STI); in emitInstToData()
HDMCWinCOFFStreamer.cpp73 DF->setHasInstructions(STI); in emitInstToData()
HDMCMachOStreamer.cpp458 DF->setHasInstructions(STI); in emitInstToData()
HDMCELFStreamer.cpp560 DF->setHasInstructions(STI); in emitInstToData()
HDMCObjectStreamer.cpp355 Sec->setHasInstructions(true); in emitInstructionImpl()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSection.h170 void setHasInstructions(bool Value) { HasInstructions = Value; } in setHasInstructions() function
HDMCFragment.h169 void setHasInstructions(const MCSubtargetInfo &STI) { in setHasInstructions() function