/external/llvm/lib/Target/XCore/MCTargetDesc/ |
XCoreMCTargetDesc.cpp | 64 static MCCodeGenInfo *createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM, 68 X->InitMCCodeGenInfo(RM, CM, OL);
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 79 static MCCodeGenInfo *createPPCMCCodeGenInfo(StringRef TT, Reloc::Model RM, 84 if (RM == Reloc::Default) { 87 RM = Reloc::DynamicNoPIC; 89 RM = Reloc::Static; 91 X->InitMCCodeGenInfo(RM, CM, OL);
|
/external/llvm/bindings/ocaml/ |
Makefile.ocaml | 171 -$(Verb) $(RM) -f $@ 176 -$(Verb) $(RM) -f $(LibraryA) 186 -$(Verb) $(RM) -f $(DestA) 206 $(Verb) $(RM) -f $(OutputLibs) 215 $(Verb) $(RM) -f $(DestLibs) 236 -$(Verb) $(RM) -f $(OutputsCMI) 253 $(RM) -f "$(PROJ_libocamldir)/$$i"; \ 257 $(RM) -f "$(PROJ_libocamldir)/$$i"; \ 282 $(Verb) $(RM) -f $(OutputCMA) $(UsedLibNames:%=$(OcamlDir)/%) 291 -$(Verb) $(RM) -f $(DestCMA [all...] |
/external/llvm/lib/Target/ARM/ |
ARMTargetMachine.h | 45 Reloc::Model RM, CodeModel::Model CM, 74 Reloc::Model RM, CodeModel::Model CM, 117 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.h | 42 Reloc::Model RM, CodeModel::Model CM, 91 Reloc::Model RM, CodeModel::Model CM, 120 Reloc::Model RM, CodeModel::Model CM,
|
/external/clang/docs/ |
Makefile | 59 $(Verb) $(RM) -rf $@ $(PROJ_OBJ_DIR)/html.tar 77 $(RM) -rf $(PROJ_OBJ_DIR)/doxygen ; \ 83 $(Verb) $(RM) -rf $@ $(PROJ_OBJ_DIR)/doxygen.tar 97 $(Verb) $(RM) -rf $(DESTDIR)$(PROJ_docsdir)
|
/external/e2fsprogs/lib/et/ |
Makefile.in | 114 $(RM) -f $(DESTDIR)$(libdir)/libcom_err.a \ 117 $(RM) -rf $(DESTDIR)$(includedir)/et $(DESTDIR)$(datadir)/et 127 $(RM) -f $$t.c $$t.h $$t.failed; \ 132 $(RM) -f compile_et libcom_err.a libcom_err_p.a com_err.info 133 $(RM) -f $(OBJS) profiled/* 134 $(RM) -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.ps TAGS *.ln *.html 135 $(RM) -f ../libcom_err.a ../libcom_err_p.a 139 $(RM) -f .depend Makefile com_err.pc \
|
/external/e2fsprogs/util/ |
Makefile.in | 43 $(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz gen-tarball \ 49 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
/external/icu4c/config/ |
mh-alpha-linux-gcc | 56 [ -s $@ ] || rm -f $@' 62 [ -s $@ ] || rm -f $@' 67 $(RM) $@ && ln -s ${<F} $@ 69 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-beos | 79 [ -s $@ ] || rm -f $@' 85 [ -s $@ ] || rm -f $@' 90 $(RM) $@ && ln -s ${<F} $@ 92 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-hpux-gcc | 69 [ -s $@ ] || rm -f $@' 75 [ -s $@ ] || rm -f $@' 80 $(RM) $@ && ln -s ${<F} $@ 82 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-irix | 59 [ -s $@ ] || rm -f $@' 65 [ -s $@ ] || rm -f $@' 70 $(RM) $@ && ln -s ${<F} $@ 72 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-linux | 57 [ -s $@ ] || rm -f $@' 63 [ -s $@ ] || rm -f $@' 68 $(RM) $@ && ln -s ${<F} $@ 70 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-linux-va | 72 $(RM) $@ && ln -s ${<F} $@ 74 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-mpras | 61 $(RM) $@ && ln -s ${<F} $@ 63 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-solaris-gcc | 59 [ -s $@ ] || rm -f $@' 65 [ -s $@ ] || rm -f $@' 70 $(RM) $@ && ln -s ${<F} $@ 72 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
/external/llvm/bindings/ocaml/llvm/ |
Makefile | 40 -$(Verb) $(RM) -f "$(DestMETA)"
|
/external/llvm/docs/tutorial/ |
Makefile | 27 $(Verb) $(RM) -rf $(HTML_DIR)
|
/external/llvm/lib/Target/CellSPU/ |
SPUTargetMachine.h | 40 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/Hexagon/ |
HexagonTargetMachine.h | 41 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeTargetMachine.h | 47 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/MSP430/ |
MSP430TargetMachine.h | 43 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetMachine.h | 37 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/test/ |
Makefile.tests | 47 $(RM) -f a.out core 48 $(RM) -rf Output/
|
/external/mdnsresponder/mDNSPosix/ |
Makefile | 62 RM = rm 228 @if test -d $(OBJDIR) ; then rm -r $(OBJDIR) ; fi 229 @if test -d $(BUILDDIR) ; then rm -r $(BUILDDIR) ; fi 380 @if test -d $(OBJDIR) ; then rm -r $(OBJDIR) ; fi 381 @if test -f $(PROJECT_DERIVED_FILE_DIR)/DNSSD.java.h ; then $(RM) $(PROJECT_DERIVED_FILE_DIR)/DNSSD.java.h ; fi 382 @if test -f $(BUILDDIR)/dns_sd.jar ; then $(RM) $(BUILDDIR)/dns_sd.jar ; fi
|