LLVM 19.0.0git
Namespaces | Functions
Base64.h File Reference
#include "llvm/Support/Error.h"
#include <cstdint>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

template<class InputBytes >
std::string llvm::encodeBase64 (InputBytes const &Bytes)
 
llvm::Error llvm::decodeBase64 (llvm::StringRef Input, std::vector< char > &Output)