Home
last modified time | relevance | path

Searched refs:getU64 (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDDataExtractor.cpp81 uint64_t DataExtractor::getU64(uint32_t *offset_ptr) const { in getU64() function in DataExtractor
85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64() function in DataExtractor
101 return getU64(offset_ptr); in getUnsigned()
116 return (int64_t)getU64(offset_ptr); in getSigned()
/NextBSD/contrib/llvm/include/llvm/Support/
HDDataExtractor.h272 uint64_t getU64(uint32_t *offset_ptr) const;
297 uint64_t *getU64(uint32_t *offset_ptr, uint64_t *dst, uint32_t count) const;
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFTypeUnit.cpp20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()
HDDWARFFormValue.cpp198 Value.uval = data.getU64(offset_ptr); in extractValue()
232 Value.uval = data.getU64(offset_ptr); in extractValue()
HDDWARFDebugFrame.cpp459 Length = Data.getU64(&Offset); in parse()
HDDWARFDebugLine.cpp77 TotalLength = debug_line_data.getU64(offset_ptr); in parse()
HDDWARFContext.cpp536 OriginalSize = extractor.getU64(&Offset); in consumeCompressedDebugSectionHeader()