Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/
H A Delf_common.cpp36 static int32_t withBytesAsElf(char *BytesBegin, char *BytesEnd, F Callback) { in withBytesAsElf() argument
37 size_t Size = BytesEnd - BytesBegin; in withBytesAsElf()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h2259 uint8_t *BytesEnd = getDescriptor().end();
2260 return reinterpret_cast<bundle_op_iterator>(BytesEnd);