Searched refs:TotalSizeBytes (Results 1 – 2 of 2) sorted by relevance
226 const u64 TotalSizeBytes = RoundUpTo( in SerializeToRawProfile() local230 Buffer = (char *)InternalAlloc(TotalSizeBytes); in SerializeToRawProfile()235 static_cast<u64>(TotalSizeBytes), in SerializeToRawProfile()249 return TotalSizeBytes; in SerializeToRawProfile()
298 uint64_t TotalSizeBytes = ElementCnt * ElementSizePerBytes; in canonicalizeThunkType() local300 Out << (ElementTy->isFloatTy() ? "F" : "D") << TotalSizeBytes; in canonicalizeThunkType()304 if (TotalSizeBytes <= 8) { in canonicalizeThunkType()307 X64Ty = llvm::Type::getIntNTy(M->getContext(), TotalSizeBytes * 8); in canonicalizeThunkType()