Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DDataExtractor.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()
/external/llvm/lib/Support/
DDataExtractor.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()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataExtractor.h270 uint64_t getU64(uint32_t *offset_ptr) const;
295 uint64_t *getU64(uint32_t *offset_ptr, uint64_t *dst, uint32_t count) const;
/external/llvm/include/llvm/Support/
DDataExtractor.h272 uint64_t getU64(uint32_t *offset_ptr) const;
297 uint64_t *getU64(uint32_t *offset_ptr, uint64_t *dst, uint32_t count) const;
/external/swiftshader/third_party/LLVM/unittests/Support/
DDataExtractorTest.cpp38 EXPECT_EQ(0x8090FFFF80000000ULL, DE.getU64(&offset)); in TEST()
60 EXPECT_EQ(0x80FFFF9080ULL, DE.getU64(&offset)); in TEST()
/external/llvm/unittests/Support/
DDataExtractorTest.cpp39 EXPECT_EQ(0x8090FFFF80000000ULL, DE.getU64(&offset)); in TEST()
61 EXPECT_EQ(0x80FFFF9080ULL, DE.getU64(&offset)); in TEST()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()
DDWARFFormValue.cpp198 Value.uval = data.getU64(offset_ptr); in extractValue()
232 Value.uval = data.getU64(offset_ptr); in extractValue()
DDWARFUnitIndex.cpp61 Rows[i].Signature = IndexData.getU64(&Offset); in parseImpl()
DDWARFDebugFrame.cpp503 return Data.getU64(&Offset); in readPointer()
533 Length = Data.getU64(&Offset); in parse()
DDWARFDebugLine.cpp75 TotalLength = debug_line_data.getU64(offset_ptr); in parse()
DDWARFContext.cpp605 OriginalSize = extractor.getU64(&Offset); in consumeCompressedGnuHeader()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp174 ID.Signature = InfoData.getU64(&Offset); in getCUIdentifiers()
251 auto Signature = Data.getU64(&Offset); in addAllTypes()
338 OriginalSize = extractor.getU64(&Offset); in consumeCompressedDebugSectionHeader()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFFormValue.cpp127 Value.uval = data.getU64(offset_ptr); in extractValue()