Searched refs:tag_offset (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_symbolizer.h | 93 uptr tag_offset; member
|
H A D | sanitizer_symbolizer_libcdep.cpp | 398 str = ExtractUptr(str, "\n", &local.tag_offset); in ParseSymbolizeFrameOutput()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicsAArch64.td | 865 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where 867 // * tag is a function of (tag in baseptr, tag_offset). 869 // Backend optimizations may change tag_offset; the only guarantee is that calls 870 // to tagp with the same pair of (baseptr, tag_offset) will produce pointers 874 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_report.cpp | 199 tag_t obj_tag = base_tag ^ local.tag_offset; in PrintStackAllocations()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | asan.cc | 305 uint8_t tag_offset; member 4401 cur_var.tag_offset = hwasan_current_frame_tag (); in hwasan_record_stack_var() 4550 rtx tag = plus_constant (QImode, base_tag, cur.tag_offset); in hwasan_emit_prologue()
|
H A D | internal-fn.cc | 526 rtx tag_offset = gen_int_mode (hwasan_current_frame_tag (), QImode); in expand_HWASAN_CHOOSE_TAG() local 527 rtx chosen_tag = expand_simple_binop (QImode, PLUS, base_tag, tag_offset, in expand_HWASAN_CHOOSE_TAG()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | LangRef.rst | 5513 - ``DW_OP_LLVM_tag_offset, tag_offset`` specifies that a memory tag should be
|