Home
last modified time | relevance | path

Searched defs:ReportLocation (Results 1 – 1 of 1) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h72 struct ReportLocation { struct
73 ReportLocationType type = ReportLocationGlobal; argument
74 DataInfo global = {};
75 uptr heap_chunk_start = 0;
76 uptr heap_chunk_size = 0;
77 uptr external_tag = 0;
78 Tid tid = kInvalidTid;
79 int fd = 0;
80 bool fd_closed = false;
81 bool suppressable = false;
[all …]