Home
last modified time | relevance | path

Searched defs:offset_ptr (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp27 static T getU(uint64_t *offset_ptr, const DataExtractor *de, in getU()
49 static T *getUs(uint64_t *offset_ptr, T *dst, uint32_t count, in getUs()
72 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8()
77 DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8()
87 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16()
91 uint16_t *DataExtractor::getU16(uint64_t *offset_ptr, uint16_t *dst, in getU16()
104 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32()
108 uint32_t *DataExtractor::getU32(uint64_t *offset_ptr, uint32_t *dst, in getU32()
114 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64()
118 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DDataExtractor.cpp40 T DataExtractor::getU(uint64_t *offset_ptr, Error *Err) const { in getU()
59 T *DataExtractor::getUs(uint64_t *offset_ptr, T *dst, uint32_t count, in getUs()
79 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8()
83 uint8_t *DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, in getU8()
92 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16()
96 uint16_t *DataExtractor::getU16(uint64_t *offset_ptr, uint16_t *dst, in getU16()
107 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32()
111 uint32_t *DataExtractor::getU32(uint64_t *offset_ptr, uint32_t *dst, in getU32()
116 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64()
120 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64()
[all …]
/external/llvm/lib/Support/
DDataExtractor.cpp17 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()
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/
Dreservation_offset_table.h176 uint16_t* offset_ptr) { in ComputeReservationStart()
199 uint16_t* offset_ptr = ReservationOffsetPointer(address); in GetDirectMapReservationStart() local
247 uint16_t* offset_ptr = ReservationOffsetPointer(pool, offset_in_pool); in GetDirectMapReservationStart() local
263 uint16_t* offset_ptr = ReservationOffsetPointer(address); in IsReservationStart() local
271 uint16_t* offset_ptr = ReservationOffsetPointer(address); in IsManagedByNormalBuckets() local
277 uint16_t* offset_ptr = ReservationOffsetPointer(address); in IsManagedByDirectMap() local
285 uint16_t* offset_ptr = ReservationOffsetPointer(address); in IsManagedByNormalBucketsOrDirectMap() local
Dpartition_page.cc400 auto* offset_ptr = ReservationOffsetPointer(reservation_start); in UnmapNow() local
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/
Dreservation_offset_table.h176 uint16_t* offset_ptr) { in ComputeReservationStart()
199 uint16_t* offset_ptr = ReservationOffsetPointer(address); in GetDirectMapReservationStart() local
247 uint16_t* offset_ptr = ReservationOffsetPointer(pool, offset_in_pool); in GetDirectMapReservationStart() local
263 uint16_t* offset_ptr = ReservationOffsetPointer(address); in IsReservationStart() local
271 uint16_t* offset_ptr = ReservationOffsetPointer(address); in IsManagedByNormalBuckets() local
277 uint16_t* offset_ptr = ReservationOffsetPointer(address); in IsManagedByDirectMap() local
285 uint16_t* offset_ptr = ReservationOffsetPointer(address); in IsManagedByNormalBucketsOrDirectMap() local
Dpartition_page.cc400 auto* offset_ptr = ReservationOffsetPointer(reservation_start); in UnmapNow() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp134 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue()
256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue()
263 uint32_t *offset_ptr, const DWARFUnit *cu) { in skipValue()
268 uint32_t *offset_ptr, uint16_t Version, in skipValue()
DDWARFTypeUnit.cpp17 uint32_t *offset_ptr) { in extractImpl()
DDWARFDebugArangeSet.cpp24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
DDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
DDWARFUnit.cpp77 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl()
105 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
DDWARFDebugLine.cpp68 uint32_t *offset_ptr) { in parse()
248 uint32_t *offset_ptr) { in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp33 DWARFDebugArangeSet::extract(DataExtractor data, uint64_t *offset_ptr) { in extract()
DDWARFDebugRangeList.cpp26 uint64_t *offset_ptr) { in extract()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp32 uint64_t *offset_ptr) { in extract()
DDWARFDebugArangeSet.cpp39 uint64_t *offset_ptr, in extract()
/external/llvm/include/llvm/Support/
DDataExtractor.h129 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
/external/vboot_reference/firmware/lib20/
Dapi_kernel.c30 uint32_t *offset_ptr, uint32_t *size_ptr) in vb2api_get_kernel_size()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c607 LLVMValueRef offset_ptr, in lp_build_masked_gather()
636 LLVMValueRef offset_ptr, in lp_build_masked_scatter()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h226 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()
/external/llvm-libc/test/src/string/memory_utils/
Dmemory_check_utils.h56 char *offset_ptr = nullptr; member
/external/cronet/tot/third_party/llvm-libc/src/test/src/string/memory_utils/
Dmemory_check_utils.h56 char *offset_ptr = nullptr; member
/external/cronet/stable/third_party/llvm-libc/src/test/src/string/memory_utils/
Dmemory_check_utils.h56 char *offset_ptr = nullptr; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DDataExtractor.h325 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()

12