Searched refs:encodeBase64 (Results 1 – 5 of 5) sorted by relevance
24 auto Res = encodeBase64(Input); in TestBase64()87 auto Input = encodeBase64(Output); in TEST()
23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64() function
280 p << " \"" << llvm::encodeBase64(getB64()) << "\""; in print()
957 result.output = llvm::encodeBase64(rawBytecodeBuffer); in convertToBytecode()
363 std::string Value = encodeBase64( in emitModuleMetadata()