Searched refs:Dir (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/libbcc/runtime/make/ |
D | subdir.mk | 14 ifeq ($(Dir),) 28 $(call Set,Dir,$(1)) 30 $$(info MAKE: $(Dir): Processing subdirectory) 36 $(call Set,$(DirKey).Dir,$(Dir)) 48 $$(info MAKE: $(Dir): $$(var) is defined), \ 49 $$(info MAKE: $(Dir): $$(var) is undefined))) 56 $$(error $(Dir): variable '$$(var)' was not undefined))) 69 $$(call Set,Dir,$(1)) 72 $$(info MAKE: $$(Dir): Done processing subdirectory) 79 $(if $(call streq,.,$(Dir)),\ [all …]
|
D | lib_platforms.mk | 43 $$(error $(Dir): variable '$$(var)' was not undefined)))
|
/frameworks/compile/libbcc/runtime/lib/i386/ |
D | Makefile.mk | 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/frameworks/compile/libbcc/runtime/lib/x86_64/ |
D | Makefile.mk | 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/frameworks/compile/libbcc/runtime/lib/ppc/ |
D | Makefile.mk | 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/frameworks/compile/libbcc/runtime/lib/arm/ |
D | Makefile.mk | 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/frameworks/compile/slang/ |
D | slang_utils.cpp | 25 bool SlangUtils::CreateDirectoryWithParents(llvm::StringRef Dir, in CreateDirectoryWithParents() argument 27 return !llvm::sys::Path(Dir).createDirectoryOnDisk(/* create_parents = */true, in CreateDirectoryWithParents()
|
D | slang_utils.h | 33 static bool CreateDirectoryWithParents(llvm::StringRef Dir,
|
/frameworks/compile/libbcc/runtime/lib/ |
D | Makefile.mk | 12 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 17 Dependencies := $(wildcard $(Dir)/*.h)
|
/frameworks/compile/libbcc/runtime/ |
D | Makefile | 104 Dir := . macro 203 $(call Set,Tmp.SubDir,$($(Tmp.SubDirKey).Dir))
|