Searched refs:DSO1 (Results 1 – 5 of 5) sorted by relevance
6 RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO1.cpp -fPIC %ld_flags_rpath_so1 -O0 …16 DSO-DAG: COVERED_FUNC:{{.*}}DSO119 DSO-DAG: UNCOVERED_PC:{{.*}}DSO1
11 extern int DSO1(int a);26 int sum = DSO1(x) + DSO2(y) + (z ? DSOTestExtra(z) : 0); in LLVMFuzzerTestOneInput()
9 int DSO1(int a) { in DSO1() function
3 RUN: %cpp_compiler %S/DSO1.cpp -fPIC %ld_flags_rpath_so1 -shared -o %dynamiclib1
5 RUN: %cpp_compiler %S/DSO1.cpp -fPIC %ld_flags_rpath_so1 -O0 -shared -o %dynamiclib1