Home
last modified time | relevance | path

Searched defs:CFLAGS (Results 1 – 17 of 17) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/char1632_t/
H A DMakefile2 CFLAGS :=-g -O0 -std=c++11 macro
/llvm-project/lldb/test/API/lang/cpp/unicode-literals/
H A DMakefile2 CFLAGS := -g -O0 -std=c++11 macro
/llvm-project/lldb/test/API/functionalities/unwind/aarch64_unwind_pac/
H A DMakefile3 CFLAGS := -g -Os -march=armv8.3-a -mbranch-protection=pac-ret+leaf macro
/llvm-project/lldb/test/API/lang/cpp/wchar_t/
H A DMakefile2 CFLAGS := -g -O0 macro
/llvm-project/lldb/test/API/functionalities/unwind/ehframe/
H A DMakefile3 CFLAGS ?= -g -fomit-frame-pointer macro
/llvm-project/lldb/test/API/functionalities/unwind/noreturn/
H A DMakefile3 CFLAGS ?= -g -Os macro
/llvm-project/lldb/test/API/lang/objc/objc-optimized/
H A DMakefile3 CFLAGS ?= -arch $(ARCH) -g -O2 macro
/llvm-project/lldb/test/API/lang/objc/ivar-IMP/
H A DMakefile7 myclass.o: CFLAGS = $(CFLAGS_NO_DEBUG) macro
/llvm-project/lldb/test/API/lang/cpp/incomplete-stl-types/
H A DMakefile6 main.o: CFLAGS = $(CFLAGS_NO_DEBUG) macro
/llvm-project/lldb/test/API/lang/cpp/incomplete-types/members/
H A DMakefile6 main.o: CFLAGS = $(CFLAGS_NO_DEBUG) macro
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/
H A DMakefile5 CFLAGS = $(CFLAGS_NO_DEBUG) macro
/llvm-project/lldb/examples/darwin/heap_find/heap/
H A DMakefile11 CFLAGS ?=-arch $(ARCH) -gdwarf-2 -O0 macro
/llvm-project/lldb/test/API/lang/cpp/incomplete-types/
H A DMakefile9 a.o: CFLAGS = $(CFLAGS_NO_DEBUG) macro
/llvm-project/clang/tools/scan-build-py/tests/functional/src/build/
H A DMakefile4 CFLAGS = -Wall -DDEBUG -Dvariable="value with space" -I $(SRCDIR)/include macro
/llvm-project/clang/utils/ABITest/layout/
H A DMakefile12 CFLAGS := -std=gnu99 macro
/llvm-project/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake411 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 DMakefile21 CFLAGS = -std=c99 -O2 macro