Searched defs:FmtAlign (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FormatCommon.h | 20 struct FmtAlign { struct 26 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount, argument 28 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() 30 void format(raw_ostream &S, StringRef Options) { in format() 70 void fill(llvm::raw_ostream &S, uint32_t Count) { in fill()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatCommon.h | 20 struct FmtAlign { struct 25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount) in FmtAlign() argument 28 void format(raw_ostream &S, StringRef Options) { in format()
|