Searched refs:IndentStr (Results 1 – 2 of 2) sorted by relevance
80 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local83 O << IndentStr << "if ("; in EmitAction()89 if (i != 0) O << " ||\n " << IndentStr; in EmitAction()102 O << IndentStr << "}\n"; in EmitAction()106 O << IndentStr << "if (!" << CC->getName() in EmitAction()108 << IndentStr << " return false;\n"; in EmitAction()112 O << IndentStr << "if (unsigned Reg = State.AllocateReg("; in EmitAction()115 O << IndentStr << "static const uint16_t RegList" << ++Counter in EmitAction()117 O << IndentStr << " "; in EmitAction()122 O << "\n" << IndentStr << "};\n"; in EmitAction()[all …]
627 SmallString<16> IndentStr; in printWordWrapped() local628 IndentStr.assign(Indentation, ' '); in printWordWrapped()657 OS.write(&IndentStr[0], Indentation); in printWordWrapped()