Home
last modified time | relevance | path

Searched refs:DYLIB_CXX_SOURCES (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/load_unload/
DMakefile11 DYLIB_ONLY=YES DYLIB_CXX_SOURCES=a.cpp DYLIB_NAME=loadunload_a \
16 DYLIB_ONLY=YES DYLIB_CXX_SOURCES=b.cpp DYLIB_NAME=loadunload_b
20 DYLIB_ONLY=YES DYLIB_CXX_SOURCES=c.cpp DYLIB_NAME=loadunload_c
24 DYLIB_ONLY=YES DYLIB_CXX_SOURCES=d.cpp DYLIB_NAME=loadunload_d
31 DYLIB_ONLY=YES DYLIB_CXX_SOURCES=d.cpp DYLIB_NAME=loadunload_d
/external/llvm-project/lldb/test/API/lang/cpp/namespace_definitions/
DMakefile10 DYLIB_ONLY=YES DYLIB_NAME=a DYLIB_CXX_SOURCES=a.cpp
14 DYLIB_ONLY=YES DYLIB_NAME=b DYLIB_CXX_SOURCES=b.cpp
/external/llvm-project/lldb/test/API/functionalities/limit-debug-info/
DMakefile21 DYLIB_ONLY=YES DYLIB_CXX_SOURCES=one.cpp DYLIB_NAME=one \
26 DYLIB_ONLY=YES DYLIB_CXX_SOURCES=two.cpp DYLIB_NAME=two \
/external/llvm-project/lldb/test/API/functionalities/load_using_paths/hidden/
DMakefile2 DYLIB_CXX_SOURCES := d.cpp macro
/external/llvm-project/lldb/test/API/functionalities/pre_run_dylibs/
DMakefile2 DYLIB_CXX_SOURCES := foo.cpp macro
/external/llvm-project/lldb/test/API/functionalities/breakpoint/move_nearest/
DMakefile2 DYLIB_CXX_SOURCES := foo.cpp macro
/external/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint-events/
DMakefile2 DYLIB_CXX_SOURCES := foo.cpp macro
/external/llvm-project/lldb/test/API/functionalities/breakpoint/global_constructor/
DMakefile2 DYLIB_CXX_SOURCES := foo.cpp macro
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/
DMakefile1 DYLIB_CXX_SOURCES := plugin.cpp macro
/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
DMakefile5 DYLIB_CXX_SOURCES := FDInterposing.cpp macro
/external/llvm-project/lldb/test/API/functionalities/load_unload/hidden/
DMakefile4 DYLIB_CXX_SOURCES := d.cpp macro
/external/llvm-project/lldb/test/API/functionalities/completion/
DMakefile8 DYLIB_ONLY=YES DYLIB_CXX_SOURCES=shared.cpp DYLIB_NAME=shared
/external/llvm-project/lldb/test/API/commands/target/create-deps/
DMakefile10 DYLIB_ONLY=YES DYLIB_NAME=load_a DYLIB_CXX_SOURCES=a.cpp
/external/llvm-project/lldb/test/API/functionalities/load_using_paths/
DMakefile10 DYLIB_ONLY=YES DYLIB_CXX_SOURCES=d.cpp DYLIB_NAME=loadunload
/external/llvm-project/lldb/test/API/tools/lldb-vscode/module/
DMakefile2 DYLIB_CXX_SOURCES := foo.cpp macro
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/
DMakefile.rules431 DYLIB_OBJECTS +=$(strip $(patsubst %.mm, %.o, $(DYLIB_CXX_SOURCES:.cpp=.o)))