LLVM API Documentation
#include <YAMLTraits.h>
Static Public Member Functions | |
| static void | output (const Hex8 &, void *, llvm::raw_ostream &) |
| static StringRef | input (StringRef, void *, Hex8 &) |
| static bool | mustQuote (StringRef) |
Use these types instead of uintXX_t in any mapping to have its yaml output formatted as hexadecimal.
Definition at line 1101 of file YAMLTraits.h.
| static StringRef llvm::yaml::ScalarTraits< Hex8 >::input | ( | StringRef | , |
| void * | , | ||
| Hex8 & | |||
| ) | [static] |
| static bool llvm::yaml::ScalarTraits< Hex8 >::mustQuote | ( | StringRef | ) | [inline, static] |
Definition at line 1104 of file YAMLTraits.h.
| static void llvm::yaml::ScalarTraits< Hex8 >::output | ( | const Hex8 & | , |
| void * | , | ||
| llvm::raw_ostream & | |||
| ) | [static] |