Searched defs:readU32 (Results 1 – 8 of 8) sorted by relevance
134 uint32_t ArchHandler::readU32(const uint8_t *addr, bool isBig) { in readU32() function in lld::mach_o::ArchHandler
64 bool readU32(uint32_t* x) { return this->read(x, 4); } in readU32() function
108 uint32_t readU32() { return this->readInt(); } in readU32() function
94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32() function
189 uint32_t readU32() { in readU32() function
187 func (br *byteReader) readU32(out *uint32) bool { func