Lines Matching refs:OVERRIDE
2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
19 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"