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

1234567

/freebsd-11-stable/sys/tools/sound/
H A Demu10k1-mkalsa.sh7 RM=${RM:=rm}
11 trap "${RM} -f $OUT.tmp" EXIT
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A DMakefile.sub32 # not all make programs have $(RM) predefined.
33 RM=rm -f
38 $(RM) $@;
49 -$(RM) $(bindir)/groffer
53 -$(RM) $(libdir)/groff/groffer/groffer2.sh
58 -$(RM) $(bindir)/groffer
59 -$(RM) $(libdir)/groff/groffer/groffer2.sh
/freebsd-11-stable/contrib/libreadline/support/
H A Dshlib-install45 RM="rm -f"
51 ${echo} $RM ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
62 ${echo} ${RM} ${INSTALLDIR}/${LIBNAME}
80 ${echo} $RM ${BINDIR}/${LIBNAME}.${OLDSUFF}
89 ${echo} ${RM} ${BINDIR}/${LIBNAME}
90 ${echo} ${RM} ${INSTALLDIR}/${IMPLIBNAME}
121 ${echo} ${RM} ${INSTALLDIR}/$LINK2
127 ${echo} ${RM} ${INSTALLDIR}/$LINK1
135 ${echo} ${RM} ${INSTALLDIR}/$LINK2
141 ${echo} ${RM}
[all...]
/freebsd-11-stable/contrib/libreadline/doc/
H A DMakefile.in42 RM = rm -f
88 $(RM) $@
92 $(RM) $@
96 $(RM) $@
129 $(RM) $@
133 $(RM) $@
137 $(RM) $@
146 $(RM) rlman.html
157 ${RM} $@
163 ${RM}
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { argument
30 if (!RM.hasValue())
32 return *RM;
43 Optional<Reloc::Model> RM,
47 Options, getEffectiveRelocModel(RM),
40 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp50 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { argument
51 if (!RM.hasValue())
53 return *RM;
59 Optional<Reloc::Model> RM,
63 getEffectiveRelocModel(RM),
56 LanaiTargetMachine(const Target &T, const Triple &TT, StringRef Cpu, StringRef FeatureString, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CodeModel, CodeGenOpt::Level OptLevel, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp23 static Reloc::Model getRelocModel(Optional<Reloc::Model> RM) { argument
24 if (!RM.hasValue())
26 return *RM;
33 Optional<Reloc::Model> RM,
39 TT, CPU, FS, Options, getRelocModel(RM),
30 ARCTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/gperf/
H A DMakefile.in27 RM = rm -f
57 $(RM) config.status config.log config.cache Makefile
61 $(RM) config.status config.log config.cache Makefile
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A DMakefile.sub38 # Some `makes' don't predefine RM...
39 RM=rm -f
60 $(RM) $@
78 $(RM) $@
89 $(RM) $(bindir)/$$f; \
94 $(RM) $(tmacdir)/$$f; \
101 $(RM) $(pdfdocdir)/$$f; \
107 $(RM) $(bindir)/$$f; \
110 $(RM) $(tmacdir)/$$f; \
113 $(RM)
[all...]
/freebsd-11-stable/sys/mips/rmi/
H A DMakefile.msgring0 RM = rm
14 $(RM) -f msgring.lex.c msgring.yacc.c msgring.yacc.h msgring msgring.o*
/freebsd-11-stable/contrib/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)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h77 JITTargetMachineBuilder &setRelocationModel(Optional<Reloc::Model> RM) { argument
78 this->RM = std::move(RM);
83 const Optional<Reloc::Model> &getRelocationModel() const { return RM; }
144 Optional<Reloc::Model> RM; member in class:llvm::orc::JITTargetMachineBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp39 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { argument
40 return RM.hasValue() ? *RM : Reloc::Static;
46 Optional<Reloc::Model> RM,
50 getEffectiveRelocModel(RM),
43 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp49 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { argument
50 if (!RM.hasValue())
52 return *RM;
70 Optional<Reloc::Model> RM,
74 getEffectiveRelocModel(RM),
67 VETargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp28 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { argument
29 if (!RM.hasValue())
31 return *RM;
49 Optional<Reloc::Model> RM,
54 TT, CPU, FS, Options, getEffectiveRelocModel(RM),
46 XCoreTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp94 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { argument
97 if (!RM.hasValue() || *RM == Reloc::DynamicNoPIC)
99 return *RM;
132 getEffectiveSystemZCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, argument
142 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
149 Optional<Reloc::Model> RM,
154 getEffectiveRelocModel(RM),
155 getEffectiveSystemZCodeModel(CM, getEffectiveRelocModel(RM), JIT),
146 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { argument
58 if (!RM.hasValue())
60 return *RM;
74 getEffectiveSparcCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, argument
86 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
94 const TargetOptions &Options, Optional<Reloc::Model> RM,
97 getEffectiveRelocModel(RM),
99 CM, getEffectiveRelocModel(RM), is64bit, JIT),
195 Optional<Reloc::Model> RM,
198 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, C
92 SparcTargetMachine( const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT, bool is64bit) argument
192 SparcV8TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
202 SparcV9TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
212 SparcelTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
[all...]
H A DSparcTargetMachine.h30 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
51 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
62 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
72 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmakefile.vms31 $(RM) config.h;
32 $(RM) *.obj;
33 $(RM) libiberty.olb;
/freebsd-11-stable/contrib/gperf/doc/
H A DMakefile.in45 RM = rm -f
80 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
82 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
94 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
96 cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
105 cd $(srcdir) && $(RM) gperf_*.html
132 $(RM) $(DESTDIR)$(infodir)/gperf.info
133 $(RM) $(DESTDIR)$(man1dir)/gperf.1
134 # $(RM) $(DESTDIR)$(dvidir)/gperf.dvi
135 # $(RM)
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk72 RM?= rm macro
93 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} y.tab.c | sed '/:/s/^/$@ /' > $@" || { ${RM} -f y.tab.c $@; false; }
94 @${RM} -f y.tab.c
99 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} lex.yy.c | sed '/:/s/^/$@ /' > $@" || { ${RM} -f lex.yy.c $@; false; }
100 @${RM} -f lex.yy.c
104 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} $< | sed '/:/s/^/$@ /' > $@" || { ${RM} -f $@; false; }
108 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} ${AINC} $< | sed '/:/s/^/$@ /' > $@" || { ${RM} -f $@; false; }
112 @${SHELL} -ec "${CXX_MD} -M ${CXXFLAGS_MD} $< | sed '/:/s/^/$@ /' > $@" || { ${RM} -f $@; false; }
116 ${CC_MD} ${CFLAGS_MD:S/D//} ${CPPFLAGS_MD} y.tab.c > $@ || { ${RM} -f y.tab.c $@; false; }
117 ${RM}
[all...]
/freebsd-11-stable/contrib/gperf/lib/
H A DMakefile.in51 RM = rm -f
73 $(RM) $@
109 $(RM) *~ *.s *.o *.a $(TARGETLIB) core
112 $(RM) config.status config.log config.cache Makefile
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dntp-status12 RM=/bin/rm
23 trap '$RM -f $FILE; exit' 1 2 3 4 13 15
45 $RM -f $FILE
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A DMakefile7 RM = rm -f macro
45 $(RM) $(FAKEROOT)$(SECUREDIR)/$(TITLE).so
48 $(RM) $(PROJ) *.o
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp50 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { argument
51 if (!RM.hasValue())
53 return *RM;
59 Optional<Reloc::Model> RM,
63 getEffectiveRelocModel(RM),
56 BPFTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument

Completed in 177 milliseconds

1234567