Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/tsan/
H A Djava.h32 const jptr kExternalPCBit = 1ULL << 60; variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h51 const u64 kExternalPCBit = 1ULL << 60; variable