Home
last modified time | relevance | path

Searched refs:ImageOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DOffloadBinary.cpp47 if (TheEntry->ImageOffset > Buf.getBufferSize() || in create()
91 TheEntry.ImageOffset = BinaryDataSize; in write()
107 OS.write_zeros(TheEntry.ImageOffset - OS.tell()); in write()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DOffloadBinary.h94 return StringRef(&Buffer[TheEntry->ImageOffset], TheEntry->ImageSize); in getImage()
120 uint64_t ImageOffset; // Offset in bytes of the actual binary image. member