Home
last modified time | relevance | path

Searched refs:__llvm_profile_runtime (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/Instrumentation/InstrProfiling/
Dlinkage.ll55 ; OTHER: @__llvm_profile_runtime = external global i32
56 ; LINUX-NOT: @__llvm_profile_runtime = external global i32
59 ; OTHER: %[[REG:.*]] = load i32, i32* @__llvm_profile_runtime
64 ; LINUX-NOT: %[[REG:.*]] = load i32, i32* @__llvm_profile_runtime
Dnoruntime.ll6 ; CHECK-NOT: load i32, i32* @__llvm_profile_runtime
8 @__llvm_profile_runtime = global i32 0, align 4
Dno-counters.ll7 ; CHECK-NOT: @__llvm_profile_runtime
Dprofiling.ll38 ; CHECK: @__llvm_profile_runtime = external global i32
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/InstrProfiling/
Dlinkage.ll10 ; MACHO: @__llvm_profile_runtime = external global i32
11 ; LINUX-NOT: @__llvm_profile_runtime = external global i32
63 ; MACHO: %[[REG:.*]] = load i32, i32* @__llvm_profile_runtime
68 ; LINUX-NOT: %[[REG:.*]] = load i32, i32* @__llvm_profile_runtime
Dno-counters.ll8 ; DARWIN: @__llvm_profile_runtime
9 ; LINUX-NOT: @__llvm_profile_runtime
Dnoruntime.ll6 ; CHECK-NOT: load i32, i32* @__llvm_profile_runtime
8 @__llvm_profile_runtime = global i32 0, align 4
Dprofiling.ll6 ; CHECK: @__llvm_profile_runtime = external global i32
/external/compiler-rt/lib/profile/
DInstrProfilingRuntime.cc14 COMPILER_RT_VISIBILITY int __llvm_profile_runtime; variable
DInstrProfiling.h170 COMPILER_RT_VISIBILITY extern int __llvm_profile_runtime;
/external/compiler-rt/test/profile/
Dinstrprof-write-file-atexit-explicitly.c6 int __llvm_profile_runtime = 0; variable
Dinstrprof-write-file-only.c6 int __llvm_profile_runtime = 0; variable
Dinstrprof-without-libc.c15 int __llvm_profile_runtime = 0; variable
Dinstrprof-merge.c9 int __llvm_profile_runtime = 0; variable
Dinstrprof-bufferio.c20 int __llvm_profile_runtime = 0; variable
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-merge-match-lib.c5 int __llvm_profile_runtime = 0; variable
Dinstrprof-merge-match.c5 int __llvm_profile_runtime = 0; variable
/external/compiler-rt/test/profile/Linux/
Dinstrprof-merge-vp.c14 int __llvm_profile_runtime = 0; variable
/external/clang/docs/
DSourceBasedCodeCoverage.rst203 * Export a ``int __llvm_profile_runtime`` symbol from each instrumented shared
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc644 #define INSTR_PROF_PROFILE_RUNTIME_VAR __llvm_profile_runtime