LLVM 19.0.0git
llvm::msgpack::Document Member List

This is the complete list of members for llvm::msgpack::Document, including all inherited members.

addString(StringRef S)llvm::msgpack::Documentinline
clear()llvm::msgpack::Documentinline
Document()llvm::msgpack::Documentinline
fromYAML(StringRef S)llvm::msgpack::Document
getArrayNode()llvm::msgpack::Documentinline
getEmptyNode()llvm::msgpack::Documentinline
getHexMode() constllvm::msgpack::Documentinline
getMapNode()llvm::msgpack::Documentinline
getNode()llvm::msgpack::Documentinline
getNode(int64_t V)llvm::msgpack::Documentinline
getNode(int V)llvm::msgpack::Documentinline
getNode(uint64_t V)llvm::msgpack::Documentinline
getNode(unsigned V)llvm::msgpack::Documentinline
getNode(bool V)llvm::msgpack::Documentinline
getNode(double V)llvm::msgpack::Documentinline
getNode(StringRef V, bool Copy=false)llvm::msgpack::Documentinline
getNode(const char *V, bool Copy=false)llvm::msgpack::Documentinline
getNode(MemoryBufferRef V, bool Copy=false)llvm::msgpack::Documentinline
getRoot()llvm::msgpack::Documentinline
readFromBlob(StringRef Blob, bool Multi, function_ref< int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> Merger=[](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) { return -1;})llvm::msgpack::Document
setHexMode(bool Val=true)llvm::msgpack::Documentinline
toYAML(raw_ostream &OS)llvm::msgpack::Document
writeToBlob(std::string &Blob)llvm::msgpack::Document