Searched refs:getU64 (Results 1 – 7 of 7) 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()
272 uint64_t getU64(uint32_t *offset_ptr) const;297 uint64_t *getU64(uint32_t *offset_ptr, uint64_t *dst, uint32_t count) const;
20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()
198 Value.uval = data.getU64(offset_ptr); in extractValue()232 Value.uval = data.getU64(offset_ptr); in extractValue()
459 Length = Data.getU64(&Offset); in parse()
77 TotalLength = debug_line_data.getU64(offset_ptr); in parse()
536 OriginalSize = extractor.getU64(&Offset); in consumeCompressedDebugSectionHeader()