Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.h87 bool has_frame_offset = false; member
Dsanitizer_symbolizer_libcdep.cpp391 local.has_frame_offset = internal_strncmp(str, "??", 2) != 0; in ParseSymbolizeFrameOutput()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp197 if (!local.has_frame_offset || !local.has_size || !local.has_tag_offset) in PrintStackAllocations()