Searched defs:offset_ptr (Results 1 – 12 of 12) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | DataExtractor.cpp | 27 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugArangeSet.cpp | 33 DWARFDebugArangeSet::extract(DataExtractor data, uint64_t *offset_ptr) { in extract()
|
| D | DWARFDebugRangeList.cpp | 26 uint64_t *offset_ptr) { in extract()
|
| D | DWARFUnit.cpp | 257 uint64_t *offset_ptr, in extract()
|
| /third_party/node/deps/v8/src/profiler/ |
| D | tick-sample.cc | 64 for (int* offset_ptr = pattern->offsets; *offset_ptr != -1; ++offset_ptr) { in IsNoFrameRegion() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | DataExtractor.h | 226 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| D | backward_references_enc.h | 155 int* const offset_ptr, in VP8LHashChainFindCopy()
|
| /third_party/node/src/ |
| D | node_wasi.cc | 943 uint32_t offset_ptr; in FdTell() local
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitNativeARM_32.c | 2738 sljit_u8 *offset_ptr = offsets; in softfloat_call_with_args() local
|
| D | sljitNativeARM_T2_32.c | 2315 sljit_u8 *offset_ptr = offsets; in softfloat_call_with_args() local
|
| /third_party/mesa3d/src/amd/llvm/ |
| D | ac_nir_to_llvm.c | 4152 LLVMValueRef offset_ptr = LLVMBuildGEP2(ctx->ac.builder, comp_type, ptr, &offset, 1, ""); in visit_intrinsic() local
|
| D | ac_llvm_build.c | 1104 LLVMValueRef offset_ptr = LLVMBuildGEP(ctx->builder, ptr, &index, 1, ""); in ac_build_pointer_add() local
|