Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer.h93 uptr tag_offset; member
H A Dsanitizer_symbolizer_libcdep.cpp398 str = ExtractUptr(str, "\n", &local.tag_offset); in ParseSymbolizeFrameOutput()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td865 // 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 Dhwasan_report.cpp199 tag_t obj_tag = base_tag ^ local.tag_offset; in PrintStackAllocations()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dasan.cc305 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 Dinternal-fn.cc526 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 DLangRef.rst5513 - ``DW_OP_LLVM_tag_offset, tag_offset`` specifies that a memory tag should be