Searched refs:getU24 (Results 1 – 6 of 6) sorted by relevance
481 uint32_t getU24(uint64_t *OffsetPtr, Error *Err = nullptr) const;486 uint32_t getU24(Cursor &C) const { return getU24(&C.Offset, &C.Err); } in getU24() function
102 uint32_t DataExtractor::getU24(uint64_t *OffsetPtr, Error *Err) const { in getU24() function in DataExtractor
378 ReadBytes = Extractor.getU24(Offset); in lowerPrintfForGpu()
330 ReadBytes = Extractor.getU24(Offset); in processConstantStringArg()
278 Value.uval = Data.getU24(OffsetPtr, &Err); in extractValue()
71 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()