HomeSort by relevance Sort by last modified time
    Searched defs:UseCfgChecksum (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/Transforms/
Instrumentation.h 66 bool UseCfgChecksum;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 68 bool UseCfgChecksum;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 68 bool UseCfgChecksum;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 68 bool UseCfgChecksum;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 68 bool UseCfgChecksum;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 68 bool UseCfgChecksum;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 68 bool UseCfgChecksum;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 69 bool UseCfgChecksum;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 69 bool UseCfgChecksum;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 69 bool UseCfgChecksum;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 69 bool UseCfgChecksum;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 69 bool UseCfgChecksum;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 69 bool UseCfgChecksum;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 69 bool UseCfgChecksum;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 69 bool UseCfgChecksum;
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 58 Options.UseCfgChecksum = false;
319 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody)
320 : SP(SP), Ident(Ident), UseCfgChecksum(UseCfgChecksum), CfgChecksum(0),
375 if (UseCfgChecksum)
380 if (UseCfgChecksum)
421 bool UseCfgChecksum;
530 Options.UseCfgChecksum,
876 Builder.getInt8(Options.UseCfgChecksum),
    [all...]

Completed in 899 milliseconds