Searched refs:IndentStr (Results 1 – 2 of 2) sorted by relevance
96 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local99 O << IndentStr << "if ("; in EmitAction()105 if (i != 0) O << " ||\n " << IndentStr; in EmitAction()118 O << IndentStr << "}\n"; in EmitAction()122 O << IndentStr << "if (!" << CC->getName() in EmitAction()124 << IndentStr << " return false;\n"; in EmitAction()128 O << IndentStr << "if (unsigned Reg = State.AllocateReg("; in EmitAction()131 O << IndentStr << "static const MCPhysReg RegList" << ++Counter in EmitAction()133 O << IndentStr << " "; in EmitAction()137 O << "\n" << IndentStr << "};\n"; in EmitAction()[all …]
621 SmallString<16> IndentStr; in printWordWrapped() local622 IndentStr.assign(Indentation, ' '); in printWordWrapped()651 OS.write(&IndentStr[0], Indentation); in printWordWrapped()