Searched refs:ImageSize (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | OffloadBinary.h | 94 return StringRef(&Buffer[TheEntry->ImageOffset], TheEntry->ImageSize); in getImage() 121 uint64_t ImageSize; // Size in bytes of the binary image. member
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/ |
| H A D | rtl.cpp | 137 size_t ImageSize = (size_t)Image->ImageEnd - (size_t)Image->ImageStart; in __tgt_rtl_load_binary() local 148 Elf *E = elf_memory((char *)Image->ImageStart, ImageSize); in __tgt_rtl_load_binary() 211 fwrite(Image->ImageStart, ImageSize, 1, Ftmp); in __tgt_rtl_load_binary()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/ |
| H A D | rtl.cpp | 222 size_t ImageSize = (size_t)Image->ImageEnd - (size_t)Image->ImageStart; in __tgt_rtl_load_binary() local 246 fwrite(Image->ImageStart, ImageSize, 1, ftmp); in __tgt_rtl_load_binary() 251 DP("Wrote target image to %s. ImageSize=%zu\n", tmp_name, ImageSize); in __tgt_rtl_load_binary()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 354 uint64_t ImageSize{0}; 1795 ImageSize = Size; in setImageSize() 1800 uint64_t getImageSize() const { return ImageSize; } in getImageSize() 2294 uint64_t ImageSize{0}; 2300 uint64_t getImageSize() const { return ImageSize; } in getImageSize() 2305 void setImageSize(uint64_t Size) { ImageSize = Size; } in setImageSize()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | OffloadBinary.cpp | 92 TheEntry.ImageSize = OffloadingData.Image->getBufferSize(); in write()
|