Searched refs:DecodedBytes (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/unittests/Support/ |
H A D | Base64Test.cpp | 30 std::vector<char> DecodedBytes; local 32 ASSERT_THAT_ERROR(decodeBase64(Input, DecodedBytes), Succeeded()); 33 EXPECT_EQ(llvm::ArrayRef<char>(DecodedBytes), 36 ASSERT_THAT_ERROR(decodeBase64(Input, DecodedBytes),
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 6371 unsigned DecodedBytes = 0; in printMemtag() 6372 uint64_t Value = decodeULEB128(Contents.data() + I, &DecodedBytes, in printMemtag() 6374 I += DecodedBytes; in printMemtag() 6377 "error decoding distance uleb, " + Twine(DecodedBytes) + in printMemtag() 6385 GranulesToTag = decodeULEB128(Contents.data() + I, &DecodedBytes, in printDependentLibsHelper() 6388 I += DecodedBytes; in printDependentLibsHelper() 6391 "error decoding size-only uleb, " + Twine(DecodedBytes) + in printDependentLibsHelper() 6345 unsigned DecodedBytes = 0; printMemtag() local
|