Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h184 void setHasInstructions(bool Value) { HasInstructions = Value; } in setHasInstructions() function
353 void setHasInstructions(const MCSubtargetInfo &STI) { in setHasInstructions() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp347 Sec->setHasInstructions(true); in emitInstructionImpl()
393 DF->setHasInstructions(STI); in emitInstToData()
H A DMCELFStreamer.cpp466 DF->setHasInstructions(STI); in emitInstToData()