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

  /external/llvm/include/llvm/Transforms/
Instrumentation.h 138 : CoverageType(SCK_None), IndirectCalls(false), TraceBB(false),
148 bool TraceBB;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 172 bool TraceBB = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 173 bool TraceBB = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 173 bool TraceBB = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 178 bool TraceBB = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 178 bool TraceBB = false;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 178 bool TraceBB = false;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 178 bool TraceBB = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 172 bool TraceBB = false;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 173 bool TraceBB = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 173 bool TraceBB = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 178 bool TraceBB = false;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 178 bool TraceBB = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 178 bool TraceBB = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 178 bool TraceBB = false;
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 149 Options.TraceBB |= ClExperimentalTracing;
549 } else if (Options.TraceBB) {
  /external/clang/lib/CodeGen/
BackendUtil.cpp 206 Opts.TraceBB = CGOpts.SanitizeCoverageTraceBB;
    [all...]

Completed in 3250 milliseconds