Home
last modified time | relevance | path

Searched refs:EXPORTED_SYMBOL_FILE (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/bugpoint-passes/
DMakefile19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/bugpoint.exports macro
/external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
DMakefile19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/Hello.exports macro
/external/swiftshader/third_party/LLVM/tools/gold/
DMakefile13 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/gold.exports macro
/external/swiftshader/third_party/LLVM/tools/edis/
DMakefile14 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports macro
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DMakefile20 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports macro
/external/swiftshader/third_party/LLVM/tools/lto/
DMakefile13 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/lto.exports macro
/external/swiftshader/third_party/LLVM/
DMakefile.rules976 ifdef EXPORTED_SYMBOL_FILE
983 NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).sed
984 $(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir
991 NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).map
992 $(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir
1005 NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE:.exports=.def))
1006 $(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir
1014 NativeExportsFile := $(EXPORTED_SYMBOL_FILE)
1060 ifdef EXPORTED_SYMBOL_FILE
1061 LinkModule += -internalize-public-api-file=$(EXPORTED_SYMBOL_FILE)
[all …]
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
DMakefile21 EXPORTED_SYMBOL_FILE = $(ObjDir)/$(LIBRARYNAME).exports macro