Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp815 const uint64_t CompressedStringLen = CompressedVTableNames.length(); in writeVTableNames() local
818 OS.write(CompressedStringLen); in writeVTableNames()
826 const uint64_t PaddedLength = alignTo(CompressedStringLen, 8); in writeVTableNames()
828 for (uint64_t K = CompressedStringLen; K < PaddedLength; K++) in writeVTableNames()