Home
last modified time | relevance | path

Searched refs:CFLAGS_EXTRAS (Results 1 – 25 of 108) sorted by relevance

12345

/external/llvm-project/lldb/test/API/functionalities/limit-debug-info/
DMakefile1 CFLAGS_EXTRAS = $(LIMIT_DEBUG_INFO_FLAGS) macro
22 CFLAGS_EXTRAS="$(ONE_CXXFLAGS)"
27 CFLAGS_EXTRAS="$(TWO_CXXFLAGS)" LD_EXTRAS="-L. -lone"
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq2/
DTestAmbiguousTailCallSeq2.py7 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decorators)
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"), decorators=decorators)
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq1/
DTestAmbiguousTailCallSeq1.py7 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decorators)
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"), decorators=decorators)
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/
DTestUnambiguousTailCalls.py7 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"),
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/disambiguate_call_site/
DTestDisambiguateCallSite.py7 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"),
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/
DTestDisambiguatePathsToCommonSink.py8 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
11 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"),
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/disambiguate_tail_call_seq/
DTestDisambiguateTailCallSeq.py7 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"),
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/inlining_and_tail_calls/
DTestInliningAndTailCalls.py7 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"),
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/thread_step_out_message/
DTestArtificialFrameStepOutMessage.py8 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
11 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"),
/external/llvm-project/lldb/test/API/lang/cpp/incomplete-types/
DMakefile15 main.o: CFLAGS_EXTRAS = -flimit-debug-info macro
21 CFLAGS_EXTRAS=-flimit-debug-info NO_LIMIT_DEBUG_INFO_FLAGS=""
/external/llvm-project/lldb/test/API/commands/expression/weak_symbols/
DMakefile2 CFLAGS_EXTRAS := -std=c99 -fmodules macro
14 CFLAGS_EXTRAS=-DHAS_THEM LD_EXTRAS=-dynamiclib
/external/llvm-project/lldb/test/API/lang/objc/conflicting-definition/
DMakefile15 CFLAGS_EXTRAS=-I$(SRCDIR)
22 CFLAGS_EXTRAS=-I$(SRCDIR)
/external/llvm-project/lldb/test/API/lang/objc/modules-update/
DMakefile1 CFLAGS_EXTRAS = -I$(BUILDDIR) macro
/external/llvm-project/lldb/test/API/lang/objc/modules-auto-import/
DMakefile3 CFLAGS_EXTRAS = $(MANDATORY_MODULE_BUILD_CFLAGS) macro
/external/llvm-project/lldb/test/API/arm/breakpoint-thumb-codesection/
DMakefile2 CFLAGS_EXTRAS := -mthumb macro
/external/llvm-project/lldb/test/API/arm/breakpoint-it/
DMakefile2 CFLAGS_EXTRAS := -mthumb macro
/external/llvm-project/lldb/test/API/lang/c/register_variables/
DMakefile3 CFLAGS_EXTRAS := -O1 -D_FORTIFY_SOURCE=0 macro
/external/llvm-project/lldb/test/API/lang/c/local_variables/
DMakefile3 CFLAGS_EXTRAS := -O1 macro
/external/llvm-project/lldb/test/API/lang/c/blocks/
DMakefile2 CFLAGS_EXTRAS := -fblocks macro
/external/llvm-project/lldb/test/API/sample_test/
DMakefile2 CFLAGS_EXTRAS := -std=c99 macro
/external/llvm-project/lldb/test/API/macosx/profile_vrs_detach/
DMakefile2 CFLAGS_EXTRAS := -std=c99 macro
/external/llvm-project/lldb/test/API/macosx/save_crashlog/
DMakefile2 CFLAGS_EXTRAS := -std=c99 macro
/external/llvm-project/lldb/test/API/macosx/thread_suspend/
DMakefile2 CFLAGS_EXTRAS := -std=c99 macro
/external/llvm-project/lldb/test/API/commands/expression/dont_allow_jit/
DMakefile2 CFLAGS_EXTRAS := -std=c99 macro
/external/llvm-project/lldb/test/API/commands/expression/result_numbering/
DMakefile2 CFLAGS_EXTRAS := -std=c99 macro

12345