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

/freebsd-10.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFTypeUnit.cpp21 TypeOffset = debug_info.getU32(offset_ptr);
H A DDWARFDebugArangeSet.cpp43 HeaderData.Length = data.getU32(offset_ptr);
45 HeaderData.CuOffset = data.getU32(offset_ptr);
H A DDWARFFormValue.cpp168 Value.uval = data.getU32(offset_ptr);
183 Value.uval = data.getU32(offset_ptr);
200 Value.uval = data.getU32(offset_ptr) + R.second;
202 Value.uval = data.getU32(offset_ptr);
222 Value.uval = data.getU32(offset_ptr) + R.second;
224 Value.uval = data.getU32(offset_ptr);
285 uint32_t size = debug_info_data.getU32(offset_ptr);
H A DDWARFUnit.cpp50 Result = DA.getU32(&Offset);
55 Length = debug_info.getU32(offset_ptr);
57 uint64_t abbrOffset = debug_info.getU32(offset_ptr);
H A DDWARFDebugFrame.cpp145 addInstruction(Opcode, Data.getU32(Offset));
316 uint64_t Length = Data.getU32(&Offset);
H A DDWARFContext.cpp37 OS << "length = " << format("0x%08x", pubNames.getU32(&offset));
39 OS << " unit_offset = " << format("0x%08x", pubNames.getU32(&offset));
40 OS << " unit_size = " << format("0x%08x", pubNames.getU32(&offset)) << '\n';
47 uint32_t dieRef = pubNames.getU32(&offset);
192 OS << format("%8.8x\n", strOffsetExt.getU32(&offset));
H A DDWARFDebugLine.cpp171 prologue->TotalLength = debug_line_data.getU32(offset_ptr);
176 prologue->PrologueLength = debug_line_data.getU32(offset_ptr);
/freebsd-10.3-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.3-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.3-release/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp288 CRCHash = DE.getU32(&Offset);

Completed in 175 milliseconds