Searched defs:hasInstructions (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAssembler.h109 virtual bool hasInstructions() const { return false; } function in class:llvm::MCFragment
237 bool hasInstructions() const override { return HasInstructions; }
272 bool hasInstructions() const override {
330 bool hasInstructions() const override { return true; }
627 bool hasInstructions() const { return HasInstructions; } function in class:llvm::MCSectionData

Completed in 68 milliseconds