/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFGdbIndex.cpp | 123 uint64_t CuOffset = Data.getU64(&Offset); in parseImpl() 124 uint64_t CuLength = Data.getU64(&Offset); in parseImpl() 137 uint64_t LowAddress = Data.getU64(&Offset); in parseImpl() 138 uint64_t HighAddress = Data.getU64(&Offset); in parseImpl()
|
D | DWARFExpression.cpp | 149 Operands[Operand] = Data.getU64(&Offset); in extract() 153 Operands[Operand] = Data.getU64(&Offset); in extract() 161 Operands[Operand] = Data.getU64(&Offset); in extract()
|
D | DWARFUnit.cpp | 134 TypeHash = debug_info.getU64(offset_ptr); in extract() 137 DWOId = debug_info.getU64(offset_ptr); in extract() 676 uint64_t Size = DA.getU64(&Offset); in parseDWARF64StringOffsetsTableHeader()
|
D | DWARFDebugAddr.cpp | 138 Addrs.push_back(Data.getU64(OffsetPtr)); in extract()
|
D | DWARFFormValue.cpp | 271 Value.uval = Data.getU64(OffsetPtr); in extractValue() 307 Value.uval = Data.getU64(OffsetPtr); in extractValue()
|
D | DWARFUnitIndex.cpp | 65 Rows[i].Signature = IndexData.getU64(&Offset); in parseImpl()
|
/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-7.0/llvm/lib/Support/ |
D | DataExtractor.cpp | 88 uint64_t DataExtractor::getU64(uint32_t *offset_ptr) const { in getU64() function in DataExtractor 92 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64() function in DataExtractor 108 return getU64(offset_ptr); in getUnsigned() 123 return (int64_t)getU64(offset_ptr); in getSigned()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | Trace.cpp | 49 FileHeader.CycleFrequency = HeaderExtractor.getU64(&OffsetPtr); in readBinaryFormatHeader() 113 Record.TSC = RecordExtractor.getU64(&OffsetPtr); in loadNaiveFormatLog() 136 auto Arg = RecordExtractor.getU64(&OffsetPtr); in loadNaiveFormatLog() 246 State.BaseTSC = RecordExtractor.getU64(&OffsetPtr); in processFDRNewCPUIdRecord() 261 State.BaseTSC = RecordExtractor.getU64(&OffsetPtr); in processFDRTSCWrapRecord() 307 uint64_t TSC = RecordExtractor.getU64(&OffsetPtr); in processCustomEventMarker() 325 State.CurrentBufferSize = RecordExtractor.getU64(&OffsetPtr); in processBufferExtents() 342 Enter.CallArgs.emplace_back(RecordExtractor.getU64(&OffsetPtr)); in processFDRCallArgumentRecord() 565 BufferSize = ExtraDataExtractor.getU64(&ExtraDataOffset); in loadFDRLog()
|
D | InstrumentationMap.cpp | 101 Entry.Address = Extractor.getU64(&OffsetPtr); in loadELF64() 102 Entry.Function = Extractor.getU64(&OffsetPtr); in loadELF64()
|
/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-7.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 335 uint64_t getU64(uint32_t *offset_ptr) const; 360 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/swiftshader/third_party/llvm-7.0/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/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()
|
/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-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 145 Length = InfoData.getU64(&Offset); in getCUIdentifiers() 184 ID.Signature = InfoData.getU64(&Offset); in getCUIdentifiers() 262 auto Signature = Data.getU64(&Offset); in addAllTypes()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFFormValue.cpp | 127 Value.uval = data.getU64(offset_ptr); in extractValue()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | TypeAliases.php | 116 public function getU64() function in MyGame\\Example\\TypeAliases
|