Home
last modified time | relevance | path

Searched defs:BytesUsed (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DScratchBuffer.h28 unsigned BytesUsed; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h253 uint32_t BytesUsed = CurrentOffset - BeginOffset; in bytesRemaining() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h43 // Bits in BytesUsed[I] are 1 if matching bit in Bytes[I] is used, 0 if not. member
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp322 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft); operator <<() local
344 size_t BytesUsed = Fmt.print(V.data(), NextBufferSize); operator <<() local
[all...]