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

/external/llvm/include/llvm/MC/
H A DMCObjectStreamer.h130 return getCurrentSectionData()->hasInstructions();
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
/external/llvm/lib/MC/
H A DMCAssembler.cpp609 if (Assembler.isBundlingEnabled() && F->hasInstructions()) {
645 assert(F.hasInstructions() &&
1141 << " HasInstructions:" << hasInstructions()
H A DMCObjectStreamer.cpp79 if (!F || (Assembler->isBundlingEnabled() && F->hasInstructions())) {
H A DMachObjectWriter.cpp233 if (SD.hasInstructions())

Completed in 114 milliseconds