Searched refs:getU64 (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DataExtractor.cpp | 81 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/ |
D | DataExtractor.cpp | 81 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/ |
D | DataExtractor.h | 270 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/ |
D | DataExtractor.h | 272 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/ |
D | DataExtractorTest.cpp | 38 EXPECT_EQ(0x8090FFFF80000000ULL, DE.getU64(&offset)); in TEST() 60 EXPECT_EQ(0x80FFFF9080ULL, DE.getU64(&offset)); in TEST()
|
/external/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 39 EXPECT_EQ(0x8090FFFF80000000ULL, DE.getU64(&offset)); in TEST() 61 EXPECT_EQ(0x80FFFF9080ULL, DE.getU64(&offset)); in TEST()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFTypeUnit.cpp | 20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()
|
D | DWARFFormValue.cpp | 198 Value.uval = data.getU64(offset_ptr); in extractValue() 232 Value.uval = data.getU64(offset_ptr); in extractValue()
|
D | DWARFUnitIndex.cpp | 61 Rows[i].Signature = IndexData.getU64(&Offset); in parseImpl()
|
D | DWARFDebugFrame.cpp | 503 return Data.getU64(&Offset); in readPointer() 533 Length = Data.getU64(&Offset); in parse()
|
D | DWARFDebugLine.cpp | 75 TotalLength = debug_line_data.getU64(offset_ptr); in parse()
|
D | DWARFContext.cpp | 605 OriginalSize = extractor.getU64(&Offset); in consumeCompressedGnuHeader()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 174 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/ |
D | DWARFFormValue.cpp | 127 Value.uval = data.getU64(offset_ptr); in extractValue()
|