LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/Formatters.h"
Public Member Functions | |
GuidAdapter (ArrayRef< uint8_t > Guid) | |
GuidAdapter (StringRef Guid) | |
void | format (raw_ostream &Stream, StringRef Style) override |
virtual void | format (raw_ostream &S, StringRef Options)=0 |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::FormatAdapter< ArrayRef< uint8_t > > | |
FormatAdapter (ArrayRef< uint8_t > &&Item) | |
Protected Member Functions inherited from llvm::support::detail::format_adapter | |
virtual | ~format_adapter ()=default |
Protected Attributes inherited from llvm::FormatAdapter< ArrayRef< uint8_t > > | |
ArrayRef< uint8_t > | Item |
Definition at line 29 of file Formatters.h.
|
explicit |
Definition at line 25 of file Formatters.cpp.
|
explicit |
Definition at line 22 of file Formatters.cpp.
|
overridevirtual |
Implements llvm::support::detail::format_adapter.
Definition at line 39 of file Formatters.cpp.
References assert(), llvm::ArrayRef< T >::data(), llvm::format_hex_no_prefix(), G, llvm::FormatAdapter< ArrayRef< uint8_t > >::Item, and llvm::ArrayRef< T >::size().