LLVM API Documentation
bitSetCase(T &Val, const char *Str, const T ConstVal) | llvm::yaml::IO | [inline] |
bitSetCase(T &Val, const char *Str, const uint32_t ConstVal) | llvm::yaml::IO | [inline] |
enumCase(T &Val, const char *Str, const T ConstVal) | llvm::yaml::IO | [inline] |
enumCase(T &Val, const char *Str, const uint32_t ConstVal) | llvm::yaml::IO | [inline] |
error() | llvm::yaml::Input | |
getContext() | llvm::yaml::IO | |
Input(StringRef InputContent, void *Ctxt=nullptr, SourceMgr::DiagHandlerTy DiagHandler=nullptr, void *DiagHandlerCtxt=nullptr) | llvm::yaml::Input | |
IO(void *Ctxt=nullptr) | llvm::yaml::IO | |
mapOptional(const char *Key, T &Val) | llvm::yaml::IO | [inline] |
mapOptional(const char *Key, Optional< T > &Val) | llvm::yaml::IO | [inline] |
mapOptional(const char *Key, T &Val) | llvm::yaml::IO | [inline] |
mapOptional(const char *Key, T &Val, const T &Default) | llvm::yaml::IO | [inline] |
mapRequired(const char *Key, T &Val) | llvm::yaml::IO | [inline] |
maskedBitSetCase(T &Val, const char *Str, T ConstVal, T Mask) | llvm::yaml::IO | [inline] |
maskedBitSetCase(T &Val, const char *Str, uint32_t ConstVal, uint32_t Mask) | llvm::yaml::IO | [inline] |
nextDocument() | llvm::yaml::Input | |
setContext(void *) | llvm::yaml::IO | |
setCurrentDocument() | llvm::yaml::Input | |
~Input() | llvm::yaml::Input | |
~IO() | llvm::yaml::IO | [virtual] |