OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coverage_data
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc
185
static CoverageData
coverage_data
;
member in namespace:__sanitizer
712
uptr n =
coverage_data
.GetNumberOf8bitCounters();
715
coverage_data
.Update8bitCounterBitsetAndClearCounters(bitset.data());
910
coverage_data
.BeforeFork();
914
coverage_data
.AfterFork(child_pid);
927
coverage_data
.Init();
928
if (enabled)
coverage_data
.Enable();
936
coverage_data
.ReInit();
948
coverage_data
.Add(StackTrace::GetPreviousInstructionPc(GET_CALLER_PC()),
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gtype-desc.h
[
all
...]
Completed in 284 milliseconds