Searched refs:getU32 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDataExtractor.cpp71 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const { function in class:DataExtractor
75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, function in class:DataExtractor
99 return getU32(offset_ptr);
114 return (int32_t)getU32(offset_ptr);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h232 uint32_t getU32(uint32_t *offset_ptr) const;
257 uint32_t *getU32(uint32_t *offset_ptr, uint32_t *dst, uint32_t count) const;
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp116 Value.uval = data.getU32(offset_ptr);
130 Value.uval = data.getU32(offset_ptr);
144 Value.uval = data.getU32(offset_ptr) + R.second;
146 Value.uval = data.getU32(offset_ptr);
170 Value.uval = data.getU32(offset_ptr) + R.second;
172 Value.uval = data.getU32(offset_ptr);
235 uint32_t size = debug_info_data.getU32(offset_ptr);
455 uint32_t soffset = DSO->getU32(&offset);
H A DDWARFCompileUnit.cpp30 Length = debug_info.getU32(offset_ptr);
32 abbrOffset = debug_info.getU32(offset_ptr);
60 Length = debug_info_data.getU32(&offset);
62 bool abbrevsOK = debug_info_data.getU32(&offset) == abbrevs->getOffset();
H A DDWARFDebugArangeSet.cpp69 HeaderData.Length = data.getU32(offset_ptr);
71 HeaderData.CuOffset = data.getU32(offset_ptr);
H A DDWARFContext.cpp98 OS << "Length: " << pubNames.getU32(&offset) << "\n";
100 OS << "Offset in .debug_info: " << pubNames.getU32(&offset) << "\n";
101 OS << "Size: " << pubNames.getU32(&offset) << "\n";
104 uint32_t n = pubNames.getU32(&offset);
147 OS << format("%8.8x\n", strOffsetExt.getU32(&offset));
H A DDWARFDebugFrame.cpp145 addInstruction(Opcode, Data.getU32(Offset));
316 uint64_t Length = Data.getU32(&Offset);
H A DDWARFDebugLine.cpp171 prologue->TotalLength = debug_line_data.getU32(offset_ptr);
176 prologue->PrologueLength = debug_line_data.getU32(offset_ptr);

Completed in 120 milliseconds