Searched refs:compile (Results 1 – 8 of 8) sorted by relevance
/gdk/samples/bitmap-plasma-llvm/jni/ |
D | Android.mk | 11 LOCAL_C_INCLUDES := $(OUT)/../../../../frameworks/compile/libbcc/include
|
/gdk/build/core/ |
D | build-binary.mk | 96 $(foreach src,$(filter %.c,$(LOCAL_SRC_FILES)), $(call compile-c-source,$(src))) 98 $(call compile-cpp-source,$(src)))
|
D | definitions.mk | 1002 define ev-compile-c-source 1027 compile-c-source = $(eval $(call ev-compile-c-source,$1,$(1:%.c=%.bc))) 1036 compile-s-source = $(eval $(call ev-compile-c-source,$1,$(patsubst %.s,%.o,$(patsubst %.S,%.o,$1)))) 1048 define ev-compile-cpp-source 1076 compile-cpp-source = $(eval $(call ev-compile-cpp-source,$1,$(1:%$(LOCAL_CPP_EXTENSION)=%.bc)))
|
/gdk/samples/PhotoEditor/jni/ |
D | Android-portable.mk | 44 LOCAL_C_INCLUDES := $(OUT)/../../../../frameworks/compile/libbcc/include
|
D | Android.mk | 43 -I$(OUT)/../../../../frameworks/compile/libbcc/include
|
/gdk/sources/llvm-ndk-cc/ |
D | llvm-ndk-cc.cpp | 100 int ret = Compiler.compile(); in main()
|
D | Compiler.h | 85 int compile();
|
D | Compiler.cpp | 274 int Compiler::compile() { in compile() function in ndkpc::Compiler
|