Searched refs:FirstByteOffset (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Format.h | 221 std::optional<uint64_t> FirstByteOffset; 232 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL), 242 std::optional<uint64_t> FirstByteOffset = std::nullopt, 245 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine, 251 std::optional<uint64_t> FirstByteOffset = std::nullopt, 254 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 419 if (FB.FirstByteOffset) { in operator <<() 424 uint64_t MaxOffset = *FB.FirstByteOffset + Lines * FB.NumPerLine; in operator <<() 439 if (FB.FirstByteOffset) { in operator <<() 440 uint64_t Offset = *FB.FirstByteOffset; in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 936 CharUnits getMemcpySize(uint64_t FirstByteOffset) const { in getMemcpySize() 944 FirstByteOffset + Ctx.getCharWidth() - 1; in getMemcpySize() 956 uint64_t FirstByteOffset; in emitMemcpy() local 963 FirstByteOffset = CGF.getContext().toBits(BFInfo.StorageOffset); in emitMemcpy() 965 FirstByteOffset = FirstFieldOffset; in emitMemcpy() 968 CharUnits MemcpySize = getMemcpySize(FirstByteOffset); in emitMemcpy()
|