Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h117 uptr tag_offset; member
H A Dsanitizer_symbolizer_libcdep.cpp422 str = ExtractUptr(str, "\n", &local.tag_offset); in ParseSymbolizeFrameOutput()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td939 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where
941 // * tag is a function of (tag in baseptr, tag_offset).
943 // Backend optimizations may change tag_offset; the only guarantee is that calls
944 // to tagp with the same pair of (baseptr, tag_offset) will produce pointers
948 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp231 tag_t obj_tag = base_tag ^ local.tag_offset; in PrintStackAllocations()