Searched refs:FirstByteOffset (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Format.h | 222 std::optional<uint64_t> FirstByteOffset; 233 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL), 243 std::optional<uint64_t> FirstByteOffset = std::nullopt, 246 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine, 252 std::optional<uint64_t> FirstByteOffset = std::nullopt, 255 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 411 if (FB.FirstByteOffset) { in operator <<() 416 uint64_t MaxOffset = *FB.FirstByteOffset + Lines * FB.NumPerLine; in operator <<() 431 if (FB.FirstByteOffset) { in operator <<() 432 uint64_t Offset = *FB.FirstByteOffset; in operator <<()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 944 CharUnits getMemcpySize(uint64_t FirstByteOffset) const { in getMemcpySize() 952 FirstByteOffset + Ctx.getCharWidth() - 1; in getMemcpySize() 964 uint64_t FirstByteOffset; in emitMemcpy() local 971 FirstByteOffset = CGF.getContext().toBits(BFInfo.StorageOffset); in emitMemcpy() 973 FirstByteOffset = FirstFieldOffset; in emitMemcpy() 976 CharUnits MemcpySize = getMemcpySize(FirstByteOffset); in emitMemcpy()
|