Searched refs:RM (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/external/llvm/lib/MC/
H A DMCCodeGenInfo.cpp18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM, argument
20 RelocationModel = RM;
/external/llvm/unittests/Transforms/
H A DMakefile17 $(Verb) $(RM) -f *Tests
/external/e2fsprogs/lib/
H A DMakefile.bsd-lib27 $(RM) -f ../$(BSD_LIB)
42 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
45 $(RM) -rf pic
46 $(RM) -f $(BSD_LIB)
47 $(RM) -f ../$(BSD_LIB)
H A DMakefile.darwin-lib29 $(Q) $(RM) -f ../$(BSD_LIB)
45 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
48 $(RM) -rf pic
49 $(RM) -f $(BSD_LIB)
50 $(RM) -f ../$(BSD_LIB)
51 $(RM) -f ../$(BSDLIB_IMAGE).dylib
H A DMakefile.solaris-lib31 $(Q) $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
57 $(RM) -f $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) \
63 $(RM) -rf elfshared
64 $(RM) -f $(ELF_LIB)
65 $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
/external/libpng/contrib/pngminim/decoder/
H A Dmakefile14 RM=rm -f macro
102 $(RM) pnglibconf.h pnglibconf.dfn
110 $(RM) pngm2pnm$(O)
111 $(RM) pngm2pnm$(E)
112 $(RM) $(OBJS)
116 $(RM) -r scripts # historical reasons
117 $(RM) $(PNGSRCS) $(PNGH)
118 $(RM) $(ZSRCS) $(ZH) $(ZCONF)
119 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS)
128 $(RM)
[all...]
/external/libpng/contrib/pngminim/encoder/
H A Dmakefile14 RM=rm -f macro
101 $(RM) pnglibconf.h pnglibconf.dfn
109 $(RM) pnm2pngm$(O)
110 $(RM) pnm2pngm$(E)
111 $(RM) $(OBJS)
115 $(RM) -r scripts # historical reasons
116 $(RM) $(PNGSRCS) $(PNGH)
117 $(RM) $(ZSRCS) $(ZH) $(ZCONF)
118 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS)
127 $(RM)
[all...]
/external/chromium_org/third_party/opus/src/doc/
H A DMakefile.am35 $(RM) -r html
36 $(RM) -r latex
37 $(RM) -r man
38 $(RM) doxygen-build.stamp
41 $(RM) -r $(DESTDIR)$(docdir)/html
42 $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3
/external/libopus/doc/
H A DMakefile.am35 $(RM) -r html
36 $(RM) -r latex
37 $(RM) -r man
38 $(RM) doxygen-build.stamp
41 $(RM) -r $(DESTDIR)$(docdir)/html
42 $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3
/external/chromium_org/third_party/mesa/src/bin/
H A Dminstall13 RM="rm -f"
82 $RM "$FILE"
90 $RM "$DEST/`basename $FILE`"
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM,
34 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
85 Reloc::Model RM,
88 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
97 Reloc::Model RM,
100 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
28 SparcTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64bit) argument
81 SparcV8TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
93 SparcV9TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/mesa3d/bin/
H A Dminstall13 RM="rm -f"
82 $RM "$FILE"
90 $RM "$DEST/`basename $FILE`"
/external/e2fsprogs/doc/
H A DMakefile.in23 $(Q) $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
34 $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
58 $(RM) -f Makefile
68 $(RM) -f *.ps *.info *.info-? *.html *.pdf
72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
76 $(RM) -f *~ #*
80 $(RM) -f *.tar *.tar.gz *.tgz
83 $(RM) -f *.html
/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp55 // Return true if GV binds locally under reloc model RM.
56 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) { argument
58 if (RM == Reloc::Static)
65 Reloc::Model RM,
74 return bindsLocally(GV, RM);
64 isPC32DBLSymbol(const GlobalValue *GV, Reloc::Model RM, CodeModel::Model CM) const argument
/external/llvm/unittests/
H A DMakefile19 $(Verb) $(RM) -f *Tests
/external/chromium_org/third_party/skia/third_party/lua/
H A DMakefile34 RM= rm -f macro
68 cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
69 cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
70 cd src && cd $(INSTALL_LIB) && $(RM) $(TO_LIB)
71 cd doc && cd $(INSTALL_MAN) && $(RM) $(TO_MAN)
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp51 Reloc::Model RM, CodeModel::Model CM,
53 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
75 Reloc::Model RM, CodeModel::Model CM,
77 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) {
89 Reloc::Model RM, CodeModel::Model CM,
91 : ARMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
98 Reloc::Model RM, CodeModel::Model CM,
100 : ARMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
107 Reloc::Model RM, CodeModel::Model CM,
109 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, C
48 ARMBaseTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle) argument
73 ARMTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle) argument
86 ARMLETargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
95 ARMBETargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
104 ThumbTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle) argument
116 ThumbLETargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
125 ThumbBETargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
[all...]
H A DARMTargetMachine.h31 Reloc::Model RM, CodeModel::Model CM,
74 const TargetOptions &Options, Reloc::Model RM,
85 Reloc::Model RM, CodeModel::Model CM,
95 const TargetOptions &Options, Reloc::Model RM,
107 const TargetOptions &Options, Reloc::Model RM,
118 Reloc::Model RM, CodeModel::Model CM,
129 Reloc::Model RM, CodeModel::Model CM,
/external/libpng/contrib/pngminim/preader/
H A Dmakefile14 RM=rm -f macro
117 $(RM) pnglibconf.h pnglibconf.dfn
125 $(RM) rpng2-x$(O)
126 $(RM) rpng2-x$(E)
127 $(RM) $(OBJS)
131 $(RM) -r scripts # historical reasons
132 $(RM) $(PNGSRCS) $(PNGH)
133 $(RM) $(ZSRCS) $(ZH) $(ZCONF)
134 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS)
143 $(RM)
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp30 Reloc::Model RM, CodeModel::Model CM,
32 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
27 MSP430TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/llvm/test/
H A DMakefile.tests47 $(RM) -f a.out core
48 $(RM) -rf Output/
/external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
H A DMakefile21 RM = rm -f macro
24 $(QUIET_AR)$(RM) $@ && $(AR) rcs $(OUTPUT)$@ $(LIB_OBJS)
36 $(RM) $(LIB_OBJS) $(LIBFILE)
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
H A DMakefile54 RM ?= rm -f macro
232 $(QUIET_GEN)$(RM) $@+ $@ && \
252 $(QUIET_GEN)$(RM) $@ && \
257 $(RM) $(MAN_XML) $(addsuffix +,$(MAN_XML))
258 $(RM) $(MAN_HTML) $(addsuffix +,$(MAN_HTML))
259 $(RM) $(DOC_HTML) $(DOC_MAN1) $(DOC_MAN5) $(DOC_MAN7)
260 $(RM) $(OUTPUT)*.texi $(OUTPUT)*.texi+ $(OUTPUT)*.texi++
261 $(RM) $(OUTPUT)perf.info $(OUTPUT)perfman.info
262 $(RM) $(OUTPUT)howto-index.txt $(OUTPUT)howto/*.html $(OUTPUT)doc.dep
263 $(RM)
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp56 Reloc::Model RM, CodeModel::Model CM,
58 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
59 Subtarget(TT, CPU, FS, isLittle, RM, this) {
68 Reloc::Model RM, CodeModel::Model CM,
70 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
77 Reloc::Model RM, CodeModel::Model CM,
79 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
53 MipsTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle) argument
66 MipsebTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
75 MipselTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/external/fdlibm/
H A Dmakefile.in73 RM = @RM@ -f
127 -$(RM) *~ #* core a.out
130 -$(RM) $(LIB)
131 -$(RM) -r autom4te.cache/
132 -$(RM) config.cache config.log config.status Makefile
146 -$(RM) configure
149 -$(RM) $(obj)
154 -$(RM) $(prefix)/lib/$(LIB)

Completed in 2583 milliseconds

1234567891011>>