Home
last modified time | relevance | path

Searched refs:BytesBegin (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()
38 StringRef StrBuf(BytesBegin, Size); in withBytesAsElf()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h2242 uint8_t *BytesBegin = getDescriptor().begin();
2243 return reinterpret_cast<bundle_op_iterator>(BytesBegin);