Searched refs:tag_offset (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/scripts/ |
| H A D | hwasan_symbolize | 220 tag_offset = None if extra[2] == '??' else int(extra[2]) 221 yield (function_name, file_line, local_name, offset, size, tag_offset) 342 tag_offset = local[5] 343 … if not ignore_tags and (tag_offset is None or base_tag ^ tag_offset != self.__last_access_tag):
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.h | 97 uptr tag_offset; member
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 405 str = ExtractUptr(str, "\n", &local.tag_offset); in ParseSymbolizeFrameOutput()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 875 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where 877 // * tag is a function of (tag in baseptr, tag_offset). 879 // Backend optimizations may change tag_offset; the only guarantee is that calls 880 // to tagp with the same pair of (baseptr, tag_offset) will produce pointers 884 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 199 tag_t obj_tag = base_tag ^ local.tag_offset; in PrintStackAllocations()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 5760 - ``DW_OP_LLVM_tag_offset, tag_offset`` specifies that a memory tag should be
|