Lines Matching full:tables
7 // I386: "-funwind-tables=2"
13 …unknown -### -S %s -fasynchronous-unwind-tables -fno-unwind-tables 2>&1 | FileCheck --check-prefix…
14 // UNWIND-TABLES: "-funwind-tables=2"
80 // ARM64-APPLE: -funwind-tables=1
82 // RUN: %clang -target arm64-apple-ios10 -funwind-tables -### -S %s -arch arm64 2>&1 | \
84 // RUN: %clang -target arm64_32-apple-watchos8 -funwind-tables -### -S %s -arch arm64 2>&1 | \
86 // ARM64-APPLE-UNWIND: -funwind-tables=1
91 // RUN: %clang -target arm64-apple-ios10 -### -fno-unwind-tables -ffreestanding -S %s -arch arm64 2…
94 // ARM64-FREESTANDING-APPLE-NOT: -funwind-tables
96 // RUN: %clang -target arm64-apple-ios10 -### -funwind-tables -S %s -arch arm64 2>&1 | \
99 // RUN: %clang -target arm64-apple-ios10 -### -ffreestanding -funwind-tables -S %s -arch arm64 2>&1…
102 // ARM64-EXPLICIT-UWTABLE-APPLE: -funwind-tables
104 // RUN: %clang -target arm64-apple-macosx -### -ffreestanding -fasynchronous-unwind-tables %s 2>&1 …
107 // ASYNC-UNWIND-FREESTANDING: -funwind-tables=2
110 // RUN: %clang -target x86_64-apple-macosx -### -fno-unwind-tables %s 2>&1 |\
113 // NOUNWIND-IGNORED: -funwind-tables=2
117 // ARM64-APPLE-EXCEP-NOT: -funwind-tables
121 // ARMV7K-APPLE: -funwind-tables
279 // AMD64: "-funwind-tables=2"
287 // AMD64-MINGW: "-funwind-tables=2"