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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 178 static CoverageData coverage_data; member in namespace:__sanitizer
695 uptr n = coverage_data.GetNumberOf8bitCounters();
698 coverage_data.Update8bitCounterBitsetAndClearCounters(bitset.data());
835 coverage_data.BeforeFork();
839 coverage_data.AfterFork(child_pid);
852 coverage_data.Init();
853 if (enabled) coverage_data.Enable();
861 coverage_data.ReInit();
873 coverage_data.Add(StackTrace::GetPreviousInstructionPc(GET_CALLER_PC()),
884 coverage_data.IndirCall(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 55 milliseconds