Home
last modified time | relevance | path

Searched refs:has_frame_offset (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h111 bool has_frame_offset = false; member
H A Dsanitizer_symbolizer_libcdep.cpp410 local.has_frame_offset = internal_strncmp(str, "??", 2) != 0; in ParseSymbolizeFrameOutput()
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp225 if (!local.has_frame_offset || !local.has_size || !local.has_tag_offset) in PrintStackAllocations()