/llvm-project/lldb/test/API/lang/cpp/char1632_t/ |
H A D | Makefile | 2 CFLAGS :=-g -O0 -std=c++11 macro
|
/llvm-project/lldb/test/API/lang/cpp/unicode-literals/ |
H A D | Makefile | 2 CFLAGS := -g -O0 -std=c++11 macro
|
/llvm-project/lldb/test/API/functionalities/unwind/aarch64_unwind_pac/ |
H A D | Makefile | 3 CFLAGS := -g -Os -march=armv8.3-a -mbranch-protection=pac-ret+leaf macro
|
/llvm-project/lldb/test/API/lang/cpp/wchar_t/ |
H A D | Makefile | 2 CFLAGS := -g -O0 macro
|
/llvm-project/lldb/test/API/functionalities/unwind/ehframe/ |
H A D | Makefile | 3 CFLAGS ?= -g -fomit-frame-pointer macro
|
/llvm-project/lldb/test/API/functionalities/unwind/noreturn/ |
H A D | Makefile | 3 CFLAGS ?= -g -Os macro
|
/llvm-project/lldb/test/API/lang/objc/objc-optimized/ |
H A D | Makefile | 3 CFLAGS ?= -arch $(ARCH) -g -O2 macro
|
/llvm-project/lldb/test/API/lang/objc/ivar-IMP/ |
H A D | Makefile | 7 myclass.o: CFLAGS = $(CFLAGS_NO_DEBUG) macro
|
/llvm-project/lldb/test/API/lang/cpp/incomplete-stl-types/ |
H A D | Makefile | 6 main.o: CFLAGS = $(CFLAGS_NO_DEBUG) macro
|
/llvm-project/lldb/test/API/lang/cpp/incomplete-types/members/ |
H A D | Makefile | 6 main.o: CFLAGS = $(CFLAGS_NO_DEBUG) macro
|
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/ |
H A D | Makefile | 5 CFLAGS = $(CFLAGS_NO_DEBUG) macro
|
/llvm-project/lldb/examples/darwin/heap_find/heap/ |
H A D | Makefile | 11 CFLAGS ?=-arch $(ARCH) -gdwarf-2 -O0 macro
|
/llvm-project/lldb/test/API/lang/cpp/incomplete-types/ |
H A D | Makefile | 9 a.o: CFLAGS = $(CFLAGS_NO_DEBUG) macro
|
/llvm-project/clang/tools/scan-build-py/tests/functional/src/build/ |
H A D | Makefile | 4 CFLAGS = -Wall -DDEBUG -Dvariable="value with space" -I $(SRCDIR)/include macro
|
/llvm-project/clang/utils/ABITest/layout/ |
H A D | Makefile | 12 CFLAGS := -std=gnu99 macro
|
/llvm-project/compiler-rt/cmake/Modules/ |
H A D | CompilerRTDarwinUtils.cmake | 411 set(CFLAGS -fPIC -O3 -fvisibility=hidden -DVISIBILITY_HIDDEN -Wall -fomit-frame-pointer) global() variable 540 set(CFLAGS -Oz -Wall -fomit-frame-pointer -ffreestanding) global() variable [all...] |
/llvm-project/libc/AOR_v20.02/ |
H A D | Makefile | 21 CFLAGS = -std=c99 -O2 macro
|