HomeSort by: relevance | last modified time | path
    Searched refs:FirstByteOffset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Format.h 219 Optional<uint64_t> FirstByteOffset;
230 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
239 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
248 Optional<uint64_t> FirstByteOffset = None,
251 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 412 if (FB.FirstByteOffset.hasValue()) {
417 uint64_t MaxOffset = *FB.FirstByteOffset + Lines * FB.NumPerLine;
432 if (FB.FirstByteOffset.hasValue()) {
433 uint64_t Offset = FB.FirstByteOffset.getValue();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp 944 CharUnits getMemcpySize(uint64_t FirstByteOffset) const {
952 FirstByteOffset + Ctx.getCharWidth() - 1;
964 uint64_t FirstByteOffset;
971 FirstByteOffset = CGF.getContext().toBits(BFInfo.StorageOffset);
973 FirstByteOffset = FirstFieldOffset;
976 CharUnits MemcpySize = getMemcpySize(FirstByteOffset);

Completed in 28 milliseconds