LLVM 23.0.0git
llvm::support::detail Namespace Reference

Classes

class  AlignAdapter
class  ErrorAdapter
class  FormatFunctor
class  HelperFunctions
struct  is_cstring
struct  packed_endian_specific_integral
class  PadAdapter
struct  PickAlignment
 value is either alignment, or alignof(T) if alignment is 0. More...
class  RepeatAdapter
struct  use_char_formatter
struct  use_double_formatter
struct  use_integral_formatter
struct  use_pointer_formatter
struct  use_string_formatter

Typedefs

using FormatFunctorRef = function_ref<void(llvm::raw_ostream &, StringRef)>

Functions

template<typename T>
 FormatFunctor (T &&) -> FormatFunctor< T >

Typedef Documentation

◆ FormatFunctorRef

Function Documentation

◆ FormatFunctor()