Home
last modified time | relevance | path

Searched refs:DYLIB_C_SOURCES (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/test/API/macosx/indirect_symbol/
DMakefile11 DYLIB_C_SOURCES=indirect.c DYLIB_NAME=indirect DYLIB_ONLY=YES \
16 DYLIB_C_SOURCES=reexport.c DYLIB_NAME=reexport DYLIB_ONLY=YES \
/external/llvm-project/lldb/test/API/commands/expression/weak_symbols/
DMakefile13 C_SOURCES= DYLIB_C_SOURCES=dylib.c DYLIB_NAME=dylib \
19 C_SOURCES= DYLIB_C_SOURCES=dylib.c DYLIB_NAME=dylib \
/external/llvm-project/lldb/test/API/lang/c/global_variables/
DMakefile4 DYLIB_C_SOURCES := a.c macro
/external/llvm-project/lldb/test/API/lang/c/shared_lib/
DMakefile2 DYLIB_C_SOURCES := foo.c macro
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/cross_dso/
DTwo.mk2 DYLIB_C_SOURCES := Two.c
DOne.mk2 DYLIB_C_SOURCES := One.c
/external/llvm-project/lldb/test/API/lang/c/tls_globals/
DMakefile4 DYLIB_C_SOURCES := a.c macro
/external/llvm-project/lldb/test/API/lang/c/shared_lib_stripped_symbols/
DMakefile2 DYLIB_C_SOURCES := foo.c macro
/external/llvm-project/lldb/test/API/lang/c/conflicting-symbol/
DTwo.mk2 DYLIB_C_SOURCES := Two.c TwoConstant.c
DOne.mk2 DYLIB_C_SOURCES := One.c OneConstant.c
/external/llvm-project/lldb/test/API/macosx/macCatalystAppMacOSFramework/
DMakefile14 DYLIB_ONLY=YES DYLIB_NAME=foo DYLIB_C_SOURCES=foo.c
/external/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/
DMakefile19 DYLIB_ONLY=YES DYLIB_C_SOURCES=other-copy.c DYLIB_NAME=other
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/
DMakefile.rules428 DYLIB_OBJECTS +=$(strip $(DYLIB_C_SOURCES:.c=.o))