HomeSort by relevance Sort by last modified time
    Searched refs:kMaxLibs (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.h 57 static const uptr kMaxLibs = 128;
61 LibCodeRange code_ranges_[kMaxLibs];
66 Lib libs_[kMaxLibs];
sanitizer_libignore.cc 30 if (count_ >= kMaxLibs) {
32 SanitizerToolName, kMaxLibs);

Completed in 4977 milliseconds