Home
last modified time | relevance | path

Searched defs:BytesToWrite (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp259 size_t BytesToWrite = Size - (Size % NumBytes); in write() local
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingFile.c261 size_t BytesToWrite = IOVecs[I].ElmSize * IOVecs[I].NumElm; in fileWriter() local