|
LLVM 22.0.0git
|
#include "llvm/Support/Compiler.h"#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_ABI llvm::Error | llvm::decodeBase64 (llvm::StringRef Input, std::vector< char > &Output) |