Searched refs:hasInstructions (Results 1 – 13 of 13) sorted by relevance
179 bool empty() const { assert(hasInstructions()); in empty()181 size_t size() const { assert(hasInstructions()); in size()183 MCInst &front() { assert(hasInstructions()); in front()185 MCInst &back() { assert(hasInstructions()); in back()187 const MCInst &front() const { assert(hasInstructions()); in front()189 const MCInst &back() const { assert(hasInstructions()); in back()192 iterator begin() { assert(hasInstructions()); in begin()194 const_iterator begin() const { assert(hasInstructions()); in begin()280 assert(hasInstructions()); in instructions()284 assert(hasInstructions()); in instructions()[all …]
1029 bool hasInstructions() const { in hasInstructions() function
160 bool hasInstructions() const { return HasInstructions; }
106 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
449 if (Assembler.isBundlingEnabled() && F->hasInstructions()) { in layoutFragment()486 assert(EF.hasInstructions() && in writeFragmentPadding()886 assert(!DF.hasInstructions() || STI != nullptr); in layout()894 assert(!RF.hasInstructions() || STI != nullptr); in layout()
213 if (!F.hasInstructions()) in canReuseDataFragment()406 return Sec.hasInstructions(); in mayHaveInstructions()
368 << " Offset:" << Offset << " HasInstructions:" << hasInstructions(); in dump()
142 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions() && in setSectionAlignmentForBundling()
722 if (Frag.hasInstructions()) in addData()1884 if (Frag.hasInstructions() || Frag.getKind() != MCFragment::FT_Data) in writeOneObject()
901 if (Sec.hasInstructions()) in writeObject()
38 bool BinaryBasicBlock::hasInstructions() const { in hasInstructions() function in llvm::bolt::BinaryBasicBlock39 return getParent()->hasInstructions(); in hasInstructions()
280 if (Sec.getKind().isExecuteOnly() && !TextSection->hasInstructions()) { in addTargetSectionFlags()
436 if (!F || !F->hasInstructions()) in getSizeForInstFragment()