Searched refs:hasInstructions (Results 1 – 10 of 10) sorted by relevance
166 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()
215 if (!F.hasInstructions()) in canReuseDataFragment()408 return Sec.hasInstructions(); in mayHaveInstructions()
368 << " Offset:" << Offset << " HasInstructions:" << hasInstructions(); in dump()
146 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions()) in setSectionAlignmentForBundling()
722 if (Frag.hasInstructions()) in addData()1877 if (Frag.hasInstructions() || Frag.getKind() != MCFragment::FT_Data) in writeOneObject()
902 if (Sec.hasInstructions()) in writeObject()
280 if (Sec.getKind().isExecuteOnly() && !TextSection->hasInstructions()) { in addTargetSectionFlags()
436 if (!F || !F->hasInstructions()) in getSizeForInstFragment()