Searched refs:BytesBegin (Results 1 – 2 of 2) sorted by relevance
36 static int32_t withBytesAsElf(char *BytesBegin, char *BytesEnd, F Callback) { in withBytesAsElf() argument37 size_t Size = BytesEnd - BytesBegin; in withBytesAsElf()38 StringRef StrBuf(BytesBegin, Size); in withBytesAsElf()
2242 uint8_t *BytesBegin = getDescriptor().begin();2243 return reinterpret_cast<bundle_op_iterator>(BytesBegin);