Searched refs:setHasInstructions (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSection.h147 void setHasInstructions(bool Value) { HasInstructions = Value; } function in class:llvm::MCSection
H A DMCAssembler.h237 void setHasInstructions(bool V) { HasInstructions = V; } function in class:llvm::MCDataFragment
/external/llvm/lib/MC/
H A DMCELFStreamer.cpp84 DF->setHasInstructions(true);
547 DF->setHasInstructions(true);
H A DMCObjectStreamer.cpp233 Sec->setHasInstructions(true);

Completed in 559 milliseconds