Searched defs:UncompressedSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp63 uncompress(StringRef InputBuffer, char *UncompressedBuffer, size_t &UncompressedSize) argument
74 uncompress(StringRef InputBuffer, SmallVectorImpl<char> &UncompressedBuffer, size_t UncompressedSize) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp445 uint64_t UncompressedSize = decodeULEB128(P, &N); local

Completed in 65 milliseconds