Searched refs:is_data (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp276 bool is_data = segment.offset != 0 && segment.filename[0] != 0; local
283 if (g_data_start == 0 && is_data) g_data_start = segment.start;
285 prev_is_data = is_data;

Completed in 103 milliseconds