Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DOffloadBinary.cpp199 if (TheEntry->ImageOffset > Buf.getBufferSize() || in create()
243 TheEntry.ImageOffset = BinaryDataSize; in write()
259 OS.write_zeros(TheEntry.ImageOffset - OS.tell()); in write()