/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 24 Hdr.Magic = AccelSection.getU32(&Offset); in extract() 27 Hdr.NumBuckets = AccelSection.getU32(&Offset); in extract() 28 Hdr.NumHashes = AccelSection.getU32(&Offset); in extract() 29 Hdr.HeaderDataLength = AccelSection.getU32(&Offset); in extract() 37 HdrData.DIEOffsetBase = AccelSection.getU32(&Offset); in extract() 38 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract() 83 unsigned Index = AccelSection.getU32(&Offset); in dump() 94 uint32_t Hash = AccelSection.getU32(&HashOffset); in dump() 99 unsigned DataOffset = AccelSection.getU32(&OffsetsOffset); in dump() 106 unsigned StringOffset = AccelSection.getU32(&DataOffset); in dump() [all …]
|
D | DWARFUnitIndex.cpp | 21 Version = IndexData.getU32(OffsetPtr); in parse() 22 NumColumns = IndexData.getU32(OffsetPtr); in parse() 23 NumUnits = IndexData.getU32(OffsetPtr); in parse() 24 NumBuckets = IndexData.getU32(OffsetPtr); in parse() 65 auto Index = IndexData.getU32(&Offset); in parseImpl() 76 ColumnKinds[i] = static_cast<DWARFSectionKind>(IndexData.getU32(&Offset)); in parseImpl() 91 Contrib[i].Offset = IndexData.getU32(&Offset); in parseImpl() 98 Contrib[i].Length = IndexData.getU32(&Offset); in parseImpl()
|
D | DWARFDebugArangeSet.cpp | 43 HeaderData.Length = data.getU32(offset_ptr); in extract() 45 HeaderData.CuOffset = data.getU32(offset_ptr); in extract()
|
D | DWARFFormValue.cpp | 174 Value.uval = data.getU32(offset_ptr); in extractValue() 188 Value.uval = data.getU32(offset_ptr); in extractValue() 219 Value.uval = data.getU32(offset_ptr); in extractValue() 292 uint32_t size = debug_info_data.getU32(offset_ptr); in skipValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFGdbIndex.cpp | 107 Version = Data.getU32(&Offset); in parseImpl() 111 CuListOffset = Data.getU32(&Offset); in parseImpl() 112 uint32_t CuTypesOffset = Data.getU32(&Offset); in parseImpl() 113 AddressAreaOffset = Data.getU32(&Offset); in parseImpl() 114 SymbolTableOffset = Data.getU32(&Offset); in parseImpl() 115 ConstantPoolOffset = Data.getU32(&Offset); in parseImpl() 139 uint32_t CuIndex = Data.getU32(&Offset); in parseImpl() 155 uint32_t NameOffset = Data.getU32(&Offset); in parseImpl() 156 uint32_t CuVecOffset = Data.getU32(&Offset); in parseImpl() 170 uint32_t Num = Data.getU32(&Offset); in parseImpl() [all …]
|
D | DWARFUnitIndex.cpp | 25 Version = IndexData.getU32(OffsetPtr); in parse() 26 NumColumns = IndexData.getU32(OffsetPtr); in parse() 27 NumUnits = IndexData.getU32(OffsetPtr); in parse() 28 NumBuckets = IndexData.getU32(OffsetPtr); in parse() 69 auto Index = IndexData.getU32(&Offset); in parseImpl() 80 ColumnKinds[i] = static_cast<DWARFSectionKind>(IndexData.getU32(&Offset)); in parseImpl() 95 Contrib[i].Offset = IndexData.getU32(&Offset); in parseImpl() 102 Contrib[i].Length = IndexData.getU32(&Offset); in parseImpl()
|
D | DWARFAcceleratorTable.cpp | 52 Hdr.Magic = AccelSection.getU32(&Offset); in extract() 55 Hdr.BucketCount = AccelSection.getU32(&Offset); in extract() 56 Hdr.HashCount = AccelSection.getU32(&Offset); in extract() 57 Hdr.HeaderDataLength = AccelSection.getU32(&Offset); in extract() 69 HdrData.DIEOffsetBase = AccelSection.getU32(&Offset); in extract() 70 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract() 181 unsigned NumData = AccelSection.getU32(DataOffset); in dumpName() 231 unsigned Index = AccelSection.getU32(&Offset); in dump() 242 uint32_t Hash = AccelSection.getU32(&HashOffset); in dump() 247 unsigned DataOffset = AccelSection.getU32(&OffsetsOffset); in dump() [all …]
|
D | DWARFDebugPubTable.cpp | 30 SetData.Length = PubNames.getU32(&Offset); in DWARFDebugPubTable() 32 SetData.Offset = PubNames.getU32(&Offset); in DWARFDebugPubTable() 33 SetData.Size = PubNames.getU32(&Offset); in DWARFDebugPubTable() 36 uint32_t DieRef = PubNames.getU32(&Offset); in DWARFDebugPubTable()
|
D | DWARFListTable.cpp | 35 HeaderData.Length = Data.getU32(OffsetPtr); in extract() 54 HeaderData.OffsetEntryCount = Data.getU32(OffsetPtr); in extract() 77 Offsets.push_back(Data.getU32(OffsetPtr)); in extract()
|
D | DWARFDebugArangeSet.cpp | 53 HeaderData.Length = data.getU32(offset_ptr); in extract() 55 HeaderData.CuOffset = data.getU32(offset_ptr); in extract()
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | DataExtractorTest.cpp | 35 EXPECT_EQ(0x8090FFFFU, DE.getU32(&offset)); in TEST() 46 EXPECT_EQ(data, DE.getU32(&offset, data, 2)); in TEST() 57 EXPECT_EQ(0xFFFF9080U, DE.getU32(&offset)); in TEST() 67 EXPECT_EQ(data, DE.getU32(&offset, data, 2)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 36 EXPECT_EQ(0x8090FFFFU, DE.getU32(&offset)); in TEST() 47 EXPECT_EQ(data, DE.getU32(&offset, data, 2)); in TEST() 58 EXPECT_EQ(0xFFFF9080U, DE.getU32(&offset)); in TEST() 68 EXPECT_EQ(data, DE.getU32(&offset, data, 2)); in TEST()
|
/external/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 36 EXPECT_EQ(0x8090FFFFU, DE.getU32(&offset)); in TEST() 47 EXPECT_EQ(data, DE.getU32(&offset, data, 2)); in TEST() 58 EXPECT_EQ(0xFFFF9080U, DE.getU32(&offset)); in TEST() 68 EXPECT_EQ(data, DE.getU32(&offset, data, 2)); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DataExtractor.cpp | 71 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const { in getU32() function in DataExtractor 75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32() function in DataExtractor 99 return getU32(offset_ptr); in getUnsigned() 114 return (int32_t)getU32(offset_ptr); in getSigned()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFCompileUnit.cpp | 32 Length = debug_info.getU32(offset_ptr); in extract() 34 abbrOffset = debug_info.getU32(offset_ptr); in extract() 62 Length = debug_info_data.getU32(&offset); in extract() 64 bool abbrevsOK = debug_info_data.getU32(&offset) == abbrevs->getOffset(); in extract()
|
D | DWARFFormValue.cpp | 109 Value.uval = data.getU32(offset_ptr); in extractValue() 123 Value.uval = data.getU32(offset_ptr); in extractValue() 133 Value.uval = data.getU32(offset_ptr); in extractValue() 198 uint32_t size = debug_info_data.getU32(offset_ptr); in skipValue()
|
D | DWARFDebugArangeSet.cpp | 69 Header.Length = data.getU32(offset_ptr); in extract() 71 Header.CuOffset = data.getU32(offset_ptr); in extract()
|
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 71 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const { in getU32() function in DataExtractor 75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32() function in DataExtractor 99 return getU32(offset_ptr); in getUnsigned() 114 return (int32_t)getU32(offset_ptr); in getSigned()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DataExtractor.cpp | 78 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const { in getU32() function in DataExtractor 82 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32() function in DataExtractor 106 return getU32(offset_ptr); in getUnsigned() 121 return (int32_t)getU32(offset_ptr); in getSigned()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | Trace.cpp | 46 uint32_t Bitfield = HeaderExtractor.getU32(&OffsetPtr); in readBinaryFormatHeader() 114 Record.TId = RecordExtractor.getU32(&OffsetPtr); in loadNaiveFormatLog() 115 Record.PId = RecordExtractor.getU32(&OffsetPtr); in loadNaiveFormatLog() 123 auto TId = RecordExtractor.getU32(&OffsetPtr); in loadNaiveFormatLog() 124 auto PId = RecordExtractor.getU32(&OffsetPtr); in loadNaiveFormatLog() 293 State.ProcessId = RecordExtractor.getU32(&OffsetPtr); in processFDRPidRecord() 306 uint32_t DataSize = RecordExtractor.getU32(&OffsetPtr); in processCustomEventMarker() 487 uint32_t FuncIdBitField = RecordExtractor.getU32(&OffsetPtr); in processFDRFunctionRecord() 492 uint64_t NewTSC = State.BaseTSC + RecordExtractor.getU32(&OffsetPtr); in processFDRFunctionRecord()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataExtractor.h | 229 uint32_t getU32(uint32_t *offset_ptr) const; 254 uint32_t *getU32(uint32_t *offset_ptr, uint32_t *dst, uint32_t count) const;
|
/external/llvm/include/llvm/Support/ |
D | DataExtractor.h | 231 uint32_t getU32(uint32_t *offset_ptr) const; 256 uint32_t *getU32(uint32_t *offset_ptr, uint32_t *dst, uint32_t count) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 294 uint32_t getU32(uint32_t *offset_ptr) const; 319 uint32_t *getU32(uint32_t *offset_ptr, uint32_t *dst, uint32_t count) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 22 InitialLength.TotalLength = Data.getU32(&Offset); in dumpInitialLength() 89 Y.UnitOffset = PubSectionData.getU32(&Offset); in dumpPubSection() 90 Y.UnitSize = PubSectionData.getU32(&Offset); in dumpPubSection() 93 NewEntry.DieOffset = PubSectionData.getU32(&Offset); in dumpPubSection()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 86 auto OldOffset = Data.getU32(&Offset); in writeStringsAndOffsets() 125 uint32_t StrOffset = StrOffsetsData.getU32(&StrOffsetsOffset); in getIndexedString() 136 InfoData.getU32(&Offset); // Length in getCUIdentifiers() 138 InfoData.getU32(&Offset); // Abbrev offset (should be zero) in getCUIdentifiers() 246 C.Length = Data.getU32(&Offset) + 4; in addAllTypes() 249 Data.getU32(&Offset); // Abbrev offset in addAllTypes()
|