Searched refs:hasInstructions (Results 1 – 11 of 11) sorted by relevance
215 return (A.isInSection() ? A.getSection().hasInstructions() in requiresFixups()217 (B.isInSection() ? B.getSection().hasInstructions() in requiresFixups()
158 bool hasInstructions() const { return HasInstructions; }
107 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
445 if (Assembler.isBundlingEnabled() && F->hasInstructions()) { in layoutFragment()482 assert(EF.hasInstructions() && in writeFragmentPadding()877 assert(!DF.hasInstructions() || STI != nullptr); in layout()885 assert(!RF.hasInstructions() || STI != nullptr); in layout()
191 if (!F.hasInstructions()) in canReuseDataFragment()359 return Sec.hasInstructions(); in mayHaveInstructions()
364 << " Offset:" << Offset << " HasInstructions:" << hasInstructions(); in dump()
142 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions() && in setSectionAlignmentForBundling()
668 if (Frag.hasInstructions()) in addData()1824 if (Frag.hasInstructions() || Frag.getKind() != MCFragment::FT_Data) in writeOneObject()
857 if (Sec.hasInstructions()) in writeObject()
280 if (Sec.getKind().isExecuteOnly() && !TextSection->hasInstructions()) { in addTargetSectionFlags()
520 if (!F || !F->hasInstructions()) in getSizeForInstFragment()