Searched refs:IndentStr (Results 1 – 2 of 2) sorted by relevance
122 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local125 O << IndentStr << "if ("; in EmitAction()131 if (i != 0) O << " ||\n " << IndentStr; in EmitAction()144 O << IndentStr << "}\n"; in EmitAction()148 O << IndentStr << "if (!" << CC->getName() in EmitAction()150 << IndentStr << " return false;\n"; in EmitAction()157 O << IndentStr << "if (unsigned Reg = State.AllocateReg(" << Name in EmitAction()164 O << IndentStr << "static const MCPhysReg RegList" << ++Counter in EmitAction()166 O << IndentStr << " "; in EmitAction()176 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()