Lines Matching defs:IndentLevel
31 static std::string formatLocalSymFlags(uint32_t IndentLevel,
48 return typesetItemList(Opts, 4, IndentLevel, " | ");
51 static std::string formatExportFlags(uint32_t IndentLevel, ExportFlags Flags) {
63 return typesetItemList(Opts, 4, IndentLevel, " | ");
66 static std::string formatCompileSym2Flags(uint32_t IndentLevel,
82 return typesetItemList(Opts, 4, IndentLevel, " | ");
85 static std::string formatCompileSym3Flags(uint32_t IndentLevel,
105 return typesetItemList(Opts, 4, IndentLevel, " | ");
108 static std::string formatFrameProcedureOptions(uint32_t IndentLevel,
138 return typesetItemList(Opts, 4, IndentLevel, " | ");
141 static std::string formatPublicSymFlags(uint32_t IndentLevel,
151 return typesetItemList(Opts, 4, IndentLevel, " | ");
154 static std::string formatProcSymFlags(uint32_t IndentLevel,
168 return typesetItemList(Opts, 4, IndentLevel, " | ");
356 static std::string formatGaps(uint32_t IndentLevel,
362 return typesetItemList(GapStrs, 7, IndentLevel, ", ");