Home
last modified time | relevance | path

Searched refs:instrumented_ (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cpp142 instrumented_ = instrumented; in set()
152 instrumented_ = false; in clear()
Dsanitizer_common.h740 instrumented_(false) { in LoadedModule()
757 bool instrumented() const { return instrumented_; } in instrumented()
786 bool instrumented_; variable