Searched refs:hasInstructions (Results 1 – 4 of 4) sorted by relevance
113 virtual bool hasInstructions() const { return false; } in hasInstructions() function239 virtual bool hasInstructions() const { return HasInstructions; } in hasInstructions() function274 virtual bool hasInstructions() const { in hasInstructions() function323 virtual bool hasInstructions() const { return true; } in hasInstructions() function613 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
488 if (Assembler.isBundlingEnabled() && F->hasInstructions()) { in layoutFragment()524 assert(F.hasInstructions() && in writeFragment()1008 << " HasInstructions:" << hasInstructions() in dump()
64 if (!F || (Assembler->isBundlingEnabled() && F->hasInstructions())) in getOrCreateDataFragment()
230 if (SD.hasInstructions()) in WriteSection()