Searched refs:getU64 (Results 1 – 6 of 6) sorted by relevance
81 uint64_t DataExtractor::getU64(uint32_t *offset_ptr) const { in getU64() function in DataExtractor85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64() function in DataExtractor101 return getU64(offset_ptr); in getUnsigned()116 return (int64_t)getU64(offset_ptr); in getSigned()
273 uint64_t getU64(uint32_t *offset_ptr) const;298 uint64_t *getU64(uint32_t *offset_ptr, uint64_t *dst, uint32_t count) const;
20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()
190 Value.uval = data.getU64(offset_ptr); in extractValue()231 Value.uval = data.getU64(offset_ptr); in extractValue()
324 Length = Data.getU64(&Offset); in parse()
568 OriginalSize = extractor.getU64(&Offset); in consumeCompressedDebugSectionHeader()