Home
last modified time | relevance | path

Searched refs:typesetItemList (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp47 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 DMinimalTypeDumper.cpp77 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatClassOptions()
H A DDumpOutputStyle.cpp937 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 DFormatUtil.cpp22 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 DFormatUtil.h52 std::string typesetItemList(ArrayRef<std::string> Opts, uint32_t IndentLevel,