Home
last modified time | relevance | path

Searched refs:tag_offset (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/hwasan/scripts/
Dhwasan_symbolize99 tag_offset = None if extra[2] == '??' else int(extra[2])
100 yield (function_name, file_line, local_name, offset, size, tag_offset)
177 tag_offset = local[5]
178 if not ignore_tags and (tag_offset is None or base_tag ^ tag_offset != last_access_tag):
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.h93 uptr tag_offset; member
Dsanitizer_symbolizer_libcdep.cpp398 str = ExtractUptr(str, "\n", &local.tag_offset); in ParseSymbolizeFrameOutput()
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicsAArch64.td767 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where
769 // * tag is a function of (tag in baseptr, tag_offset).
771 // Backend optimizations may change tag_offset; the only guarantee is that calls
772 // to tagp with the same pair of (baseptr, tag_offset) will produce pointers
776 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset
/external/ImageMagick/MagickCore/
Dproperty.c1260 tag_offset; in GetEXIFProperty() local
1403 tag_offset=0; in GetEXIFProperty()
1416 tag_offset=directory_stack[level].offset; in GetEXIFProperty()
1443 tag_value=(size_t) ReadPropertyUnsignedShort(endian,q)+tag_offset; in GetEXIFProperty()
1641 directory_stack[level].offset=tag_offset; in GetEXIFProperty()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAArch64.td720 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where
722 // * tag is a function of (tag in baseptr, tag_offset).
725 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp199 tag_t obj_tag = base_tag ^ local.tag_offset; in PrintStackAllocations()
/external/skqp/third_party/skcms/
Dskcms.cc900 uint32_t tag_offset = read_big_u32(tags[i].offset); in skcms_Parse() local
902 uint64_t tag_end = (uint64_t)tag_offset + (uint64_t)tag_size; in skcms_Parse()
/external/skia/third_party/skcms/
Dskcms.cc1249 uint32_t tag_offset = read_big_u32(tags[i].offset); in skcms_ParseWithA2BPriority() local
1251 uint64_t tag_end = (uint64_t)tag_offset + (uint64_t)tag_size; in skcms_ParseWithA2BPriority()
/external/llvm-project/llvm/docs/
DLangRef.rst5236 - ``DW_OP_LLVM_tag_offset, tag_offset`` specifies that a memory tag should be