Home
last modified time | relevance | path

Searched refs:encodeBase64 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DBase64Test.cpp24 auto Res = encodeBase64(Input); in TestBase64()
87 auto Input = encodeBase64(Output); in TEST()
/llvm-project/llvm/include/llvm/Support/
H A DBase64.h23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOpsSyntax.cpp280 p << " \"" << llvm::encodeBase64(getB64()) << "\""; in print()
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp957 result.output = llvm::encodeBase64(rawBytecodeBuffer); in convertToBytecode()
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp363 std::string Value = encodeBase64( in emitModuleMetadata()