Searched defs:offset_ptr (Results 1 – 9 of 9) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU() 33 static T *getUs(uint32_t *offset_ptr, T *dst, uint32_t count, in getUs() 55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() 65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, in getU16() 75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32() 85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64() 92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned() 107 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getSigned()
|
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/ |
H A D | DWARFTypeUnit.cpp | 17 uint32_t *offset_ptr) { in extractImpl()
|
H A D | DWARFFormValue.cpp | 132 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue() 259 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() 266 uint32_t *offset_ptr, const DWARFUnit *cu) { in skipValue()
|
H A D | DWARFDebugArangeSet.cpp | 24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
|
H A D | DWARFDebugRangeList.cpp | 22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
|
H A D | DWARFUnit.cpp | 68 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl() 88 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
|
H A D | DWARFDebugLine.cpp | 69 uint32_t *offset_ptr) { in parse() 249 uint32_t *offset_ptr) { in parse()
|
H A D | DWARFDebugInfoEntry.cpp | 113 uint32_t *offset_ptr, in dumpAttribute()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 130 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
|