/external/llvm-project/llvm/test/Instrumentation/InstrProfiling/ |
D | no-counters.ll | 8 ; DARWIN: @__llvm_profile_runtime 9 ; LINUX-NOT: @__llvm_profile_runtime
|
D | noruntime.ll | 6 ; CHECK-NOT: load i32, i32* @__llvm_profile_runtime 8 @__llvm_profile_runtime = global i32 0, align 4
|
D | linkage.ll | 12 ; MACHO: @__llvm_profile_runtime = external global i32 13 ; LINUX-NOT: @__llvm_profile_runtime = external global i32 72 ; MACHO: %[[REG:.*]] = load i32, i32* @__llvm_profile_runtime 77 ; LINUX-NOT: %[[REG:.*]] = load i32, i32* @__llvm_profile_runtime
|
/external/llvm/test/Instrumentation/InstrProfiling/ |
D | linkage.ll | 55 ; 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
|
D | noruntime.ll | 6 ; CHECK-NOT: load i32, i32* @__llvm_profile_runtime 8 @__llvm_profile_runtime = global i32 0, align 4
|
D | no-counters.ll | 7 ; CHECK-NOT: @__llvm_profile_runtime
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingRuntime.cc | 14 COMPILER_RT_VISIBILITY int __llvm_profile_runtime; variable
|
D | InstrProfiling.h | 170 COMPILER_RT_VISIBILITY extern int __llvm_profile_runtime;
|
/external/compiler-rt/test/profile/ |
D | instrprof-write-file-atexit-explicitly.c | 6 int __llvm_profile_runtime = 0; variable
|
D | instrprof-write-file-only.c | 6 int __llvm_profile_runtime = 0; variable
|
D | instrprof-without-libc.c | 15 int __llvm_profile_runtime = 0; variable
|
D | instrprof-merge.c | 9 int __llvm_profile_runtime = 0; variable
|
D | instrprof-bufferio.c | 20 int __llvm_profile_runtime = 0; variable
|
/external/llvm-project/compiler-rt/test/profile/ |
D | instrprof-write-file-atexit-explicitly.c | 6 int __llvm_profile_runtime = 0; variable
|
D | instrprof-write-file-only.c | 6 int __llvm_profile_runtime = 0; variable
|
D | instrprof-without-libc.c | 19 int __llvm_profile_runtime = 0; variable
|
D | instrprof-merge.c | 13 int __llvm_profile_runtime = 0; variable
|
D | instrprof-bufferio.c | 20 int __llvm_profile_runtime = 0; variable
|
/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-merge-match-lib.c | 5 int __llvm_profile_runtime = 0; variable
|
D | instrprof-merge-match.c | 5 int __llvm_profile_runtime = 0; variable
|
/external/llvm-project/compiler-rt/test/profile/Inputs/ |
D | instrprof-merge-match-lib.c | 5 int __llvm_profile_runtime = 0; variable
|
D | instrprof-merge-match.c | 6 int __llvm_profile_runtime = 0; variable
|
D | instrprof-value-prof-visibility.c | 8 int __llvm_profile_runtime = 0; variable
|
/external/llvm-project/compiler-rt/test/profile/Linux/ |
D | instrprof-merge-vp.c | 14 int __llvm_profile_runtime = 0; variable
|
/external/compiler-rt/test/profile/Linux/ |
D | instrprof-merge-vp.c | 14 int __llvm_profile_runtime = 0; variable
|