Searched refs:typesetItemList (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 47 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatLocalSymFlags() 62 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatExportFlags() 81 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatCompileSym2Flags() 104 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatCompileSym3Flags() 137 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatFrameProcedureOptions() 150 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatPublicSymFlags() 167 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatProcSymFlags() 355 return typesetItemList(GapStrs, 7, IndentLevel, ", "); in formatGaps()
|
H A D | MinimalTypeDumper.cpp | 77 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatClassOptions()
|
H A D | DumpOutputStyle.cpp | 937 typesetItemList(TIs, P.getIndentLevel() + 35, 12, " "); in dumpXmi() 1758 return typesetItemList(Opts, IndentLevel, 4, " | "); in formatSegMapDescriptorFlag()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 22 std::string llvm::pdb::typesetItemList(ArrayRef<std::string> Opts, in typesetItemList() function in llvm::pdb 213 return typesetItemList(Opts, IndentLevel, FlagsPerLine, Separator); in formatSectionCharacteristics()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | FormatUtil.h | 52 std::string typesetItemList(ArrayRef<std::string> Opts, uint32_t IndentLevel,
|