HomeSort by relevance Sort by last modified time
    Searched refs:ObjDir (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/AST/
Makefile 15 $(ObjDir)/Attrs.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
16 $(ObjDir)/.dir
21 $(ObjDir)/AttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
22 $(ObjDir)/.dir
27 $(ObjDir)/AttrDump.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
28 $(ObjDir)/.dir
33 $(ObjDir)/AttrVisitor.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
34 $(ObjDir)/.dir
39 $(ObjDir)/StmtNodes.inc.tmp : $(TD_SRC_DIR)/StmtNodes.td $(CLANG_TBLGEN) \
40 $(ObjDir)/.di
    [all...]
  /external/clang/lib/Basic/
Makefile 35 $(ObjDir)/.ver-svn .ver: $(ObjDir)/.dir
36 @if [ '$(SVN_REVISION) $(LLVM_REVISION)' != '$(shell cat $(ObjDir)/.ver-svn 2>/dev/null)' ]; then\
37 echo '$(SVN_REVISION) $(LLVM_REVISION)' > $(ObjDir)/.ver-svn; \
39 $(ObjDir)/.ver-svn: .ver
40 $(ObjDir)/Version.o: $(ObjDir)/.ver-svn
  /external/clang/include/clang/Driver/
Makefile 8 $(ObjDir)/Options.inc.tmp : Options.td CC1Options.td CLCompatOptions.td $(LLVM_TBLGEN) $(ObjDir)/.dir
  /external/clang/include/clang/Sema/
Makefile 10 $(ObjDir)/AttrTemplateInstantiate.inc.tmp : $(TD_SRC_DIR)/Attr.td \
11 $(CLANG_TBLGEN) $(ObjDir)/.dir
16 $(ObjDir)/AttrParsedAttrList.inc.tmp : $(TD_SRC_DIR)/Attr.td \
17 $(CLANG_TBLGEN) $(ObjDir)/.dir
22 $(ObjDir)/AttrParsedAttrKinds.inc.tmp : $(TD_SRC_DIR)/Attr.td \
23 $(CLANG_TBLGEN) $(ObjDir)/.dir
28 $(ObjDir)/AttrSpellingListIndex.inc.tmp : $(TD_SRC_DIR)/Attr.td \
29 $(CLANG_TBLGEN) $(ObjDir)/.dir
34 $(ObjDir)/AttrParsedAttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td \
35 $(CLANG_TBLGEN) $(ObjDir)/.di
    [all...]
  /external/clang/include/clang/Serialization/
Makefile 9 $(ObjDir)/AttrPCHRead.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
10 $(ObjDir)/.dir
15 $(ObjDir)/AttrPCHWrite.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
16 $(ObjDir)/.dir
  /external/clang/include/clang/Parse/
Makefile 9 $(ObjDir)/AttrParserStringSwitches.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
10 $(ObjDir)/.dir
  /external/clang/lib/StaticAnalyzer/Checkers/
Makefile 22 $(ObjDir)/Checkers.inc.tmp : Checkers.td $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include/clang/StaticAnalyzer/Checkers/CheckerBase.td $(CLANG_TBLGEN) $(ObjDir)/.dir
  /external/lldb/source/Host/macosx/
Makefile 22 CFCPP_OBJECTS := $(CFCPP_BaseNameSources:%=$(ObjDir)/%.o)
25 $(CFCPP_OBJECTS): $(ObjDir)/cfcpp/.dir
  /external/llvm/unittests/Option/
Makefile 21 $(ObjDir)/Opts.inc.tmp : Opts.td $(LLVM_TBLGEN) $(ObjDir)/.dir
  /external/clang/include/clang/Basic/
Makefile 35 $(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
39 $(ObjDir)/DiagnosticIndexName.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
43 $(ObjDir)/DiagnosticGroups.inc.tmp : Diagnostic.td DiagnosticGroups.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
47 $(ObjDir)/AttrList.inc.tmp : Attr.td $(CLANG_TBLGEN) $(ObjDir)/.dir
52 $(ObjDir)/AttrHasAttributeImpl.inc.tmp : Attr.td $(CLANG_TBLGEN) \
53 $(ObjDir)/.di
    [all...]
  /external/llvm/bindings/ocaml/backends/
Makefile.common 30 $(ObjDir)/llvm_$(TARGET).ml: $(PROJ_SRC_DIR)/llvm_backend.ml.in $(ObjDir)/.dir
33 $(ObjDir)/llvm_$(TARGET).mli: $(PROJ_SRC_DIR)/llvm_backend.mli.in $(ObjDir)/.dir
36 $(ObjDir)/$(TARGET)_ocaml.o: $(PROJ_SRC_DIR)/backend_ocaml.c $(ObjDir)/.dir
49 # Easy way of generating META in the objdir
  /external/llvm/bindings/ocaml/
Makefile.ocaml 58 OCAMLCFLAGS += -I $(ObjDir) -I $(OcamlDir)
125 OcamlSources := $(OcamlSources2:$(PROJ_SRC_DIR)/%=$(ObjDir)/%)
126 OcamlHeaders := $(OcamlHeaders2:$(PROJ_SRC_DIR)/%=$(ObjDir)/%)
134 LibraryCMA := $(ObjDir)/$(LIBRARYNAME).cma
135 LibraryCMXA := $(ObjDir)/$(LIBRARYNAME).cmxa
139 ToolEXE := $(ObjDir)/$(TOOLNAME)$(EXEEXT)
144 OutputsCMI := $(ObjectsCMI:$(ObjDir)/%.cmi=$(OcamlDir)/%.cmi)
145 OutputsCMX := $(ObjectsCMX:$(ObjDir)/%.cmx=$(OcamlDir)/%.cmx)
150 OutputCMA := $(LibraryCMA:$(ObjDir)/%.cma=$(OcamlDir)/%.cma)
151 OutputCMXA := $(LibraryCMXA:$(ObjDir)/%.cmxa=$(OcamlDir)/%.cmxa
    [all...]
  /external/llvm/tools/llvm-shlib/
Makefile 23 EXPORTED_SYMBOL_FILE = $(ObjDir)/$(LIBRARYNAME).exports
79 SHLIB_STUBS := $(addprefix $(ObjDir)/, $(SHLIB_FRAG_NAMES))
80 SHLIB_FRAGS := $(patsubst %.a.o, $(ObjDir)/%.syms.txt, $(LIBRARYNAME).a.o $(SHLIB_FRAG_NAMES))
89 $(ObjDir)/$(LIBRARYNAME).exports: $(SHLIB_FRAGS) $(ObjDir)/.dir
97 $(ObjDir)/$(LIBRARYNAME).a.o: $(LLVMLibsPaths) $(ObjDir)/.dir
103 $(ObjDir)/stdc++.a.o: $(ObjDir)/.dir
  /external/llvm/lib/IR/
Makefile 22 $(ObjDir)/Intrinsics.gen.tmp: $(ObjDir)/.dir $(INTRINSICTDS) $(LLVM_TBLGEN)
26 $(GENFILE): $(ObjDir)/Intrinsics.gen.tmp $(PROJ_OBJ_ROOT)/include/llvm/IR/.dir
  /external/llvm/tools/llvm-config/
Makefile 23 BUILDVARIABLES_OBJPATH = $(ObjDir)/BuildVariables.inc
46 $(ObjDir)/BuildVariables.inc: $(BUILDVARIABLES_SRCPATH) Makefile $(ObjDir)/.dir
  /external/clang/lib/Headers/
Makefile 62 $(ObjDir)/arm_neon.h.inc.tmp : $(CLANG_LEVEL)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN) $(ObjDir)/.dir
  /external/llvm/utils/release/
test-release.sh 269 ObjDir="$3"
295 cd $ObjDir
312 ObjDir="$3"
319 cd $ObjDir
357 ObjDir="$3"
359 cd $ObjDir
  /external/llvm/
Makefile 249 $(Verb) du -sk $(ObjDir)

Completed in 1314 milliseconds