Lines Matching refs:shared
2 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.shared -fPIC -shared %S/../Input…
3 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.shared -fPIC -shared %S/../Input…
4 …on-sections -fuse-ld=gold -Wl,--gc-sections -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.sh…
9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
16 RUN: diff %t-a.static.ll %t-a.shared.ll
19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
20 RUN: diff %t-b.static.ll %t-b.shared.ll
23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy…
24 RUN: diff %t-main.static.ll %t-main.shared.ll