Home
last modified time | relevance | path

Searched refs:Dir (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/libbcc/runtime/make/
Dsubdir.mk14 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 …]
Dlib_platforms.mk43 $$(error $(Dir): variable '$$(var)' was not undefined)))
/frameworks/compile/libbcc/runtime/lib/i386/
DMakefile.mk13 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/
DMakefile.mk13 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/
DMakefile.mk13 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/
DMakefile.mk13 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/
Dslang_utils.cpp25 bool SlangUtils::CreateDirectoryWithParents(llvm::StringRef Dir, in CreateDirectoryWithParents() argument
27 return !llvm::sys::Path(Dir).createDirectoryOnDisk(/* create_parents = */true, in CreateDirectoryWithParents()
Dslang_utils.h33 static bool CreateDirectoryWithParents(llvm::StringRef Dir,
/frameworks/compile/libbcc/runtime/lib/
DMakefile.mk12 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
17 Dependencies := $(wildcard $(Dir)/*.h)
/frameworks/compile/libbcc/runtime/
DMakefile104 Dir := . macro
203 $(call Set,Tmp.SubDir,$($(Tmp.SubDirKey).Dir))