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

123456

/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCCodeGenInfo.cpp18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM, argument
20 RelocationModel = RM;
/freebsd-9.3-release/sys/tools/sound/
H A Demu10k1-mkalsa.sh7 RM=${RM:=rm}
11 trap "${RM} -f $OUT.tmp" EXIT
/freebsd-9.3-release/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-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp42 // Return true if GV binds locally under reloc model RM.
43 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) { argument
45 if (RM == Reloc::Static)
52 Reloc::Model RM,
61 return bindsLocally(GV, RM);
51 isPC32DBLSymbol(const GlobalValue *GV, Reloc::Model RM, CodeModel::Model CM) const argument
H A DSystemZTargetMachine.cpp25 Reloc::Model RM,
28 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
22 SystemZTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM,
34 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
89 Reloc::Model RM,
92 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
101 Reloc::Model RM,
104 : 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
85 SparcV8TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
97 SparcV9TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
H A DSparcTargetMachine.h40 Reloc::Model RM, CodeModel::Model CM,
75 Reloc::Model RM, CodeModel::Model CM,
87 Reloc::Model RM, CodeModel::Model CM,
/freebsd-9.3-release/contrib/bmake/mk/
H A Dautodep.mk73 RM?= rm macro
91 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} y.tab.c | sed '/:/s/^/$@ /' > $@" || { ${RM} -f y.tab.c $@; false; }
92 @${RM} -f y.tab.c
97 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} lex.yy.c | sed '/:/s/^/$@ /' > $@" || { ${RM} -f lex.yy.c $@; false; }
98 @${RM} -f lex.yy.c
102 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} $< | sed '/:/s/^/$@ /' > $@" || { ${RM} -f $@; false; }
106 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} ${AINC} $< | sed '/:/s/^/$@ /' > $@" || { ${RM} -f $@; false; }
110 @${SHELL} -ec "${CXX_MD} -M ${CXXFLAGS_MD} $< | sed '/:/s/^/$@ /' > $@" || { ${RM} -f $@; false; }
114 ${CC_MD} ${CFLAGS_MD:S/D//} ${CPPFLAGS_MD} y.tab.c > $@ || { ${RM} -f y.tab.c $@; false; }
115 ${RM}
[all...]
H A Dyacc.mk22 RM?= rm macro
31 ${RM} -f y.tab.[!h]
42 ${RM} -f y.tab.*
51 ${RM} y.tab.*; }; }
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dmakefile.vms31 $(RM) config.h;
32 $(RM) *.obj;
33 $(RM) libiberty.olb;
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp32 Reloc::Model RM, CodeModel::Model CM,
34 : 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
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp65 static MCCodeGenInfo *createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
69 if (RM == Reloc::Default) {
70 RM = Reloc::Static;
72 X->InitMCCodeGenInfo(RM, CM, OL);
/freebsd-9.3-release/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-9.3-release/contrib/pam_modules/pam_passwdqc/
H A DMakefile7 RM = rm -f macro
45 $(RM) $(FAKEROOT)$(SECUREDIR)/$(TITLE).so
48 $(RM) $(PROJ) *.o
/freebsd-9.3-release/contrib/libreadline/examples/
H A DMakefile.in22 RM = rm -f
51 ${RM} $@
82 $(RM) $(OBJECTS)
83 $(RM) $(EXECUTABLES) *.exe
86 $(RM) Makefile
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp68 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
70 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
82 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
84 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
90 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
92 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
66 NVPTXTargetMachine( const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64bit) argument
80 NVPTXTargetMachine32( const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
88 NVPTXTargetMachine64( const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
H A DNVPTXTargetMachine.h51 const TargetOptions &Options, Reloc::Model RM,
103 Reloc::Model RM, CodeModel::Model CM,
112 Reloc::Model RM, CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp76 Reloc::Model RM, CodeModel::Model CM,
79 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
97 Reloc::Model RM, CodeModel::Model CM,
99 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
107 Reloc::Model RM, CodeModel::Model CM,
109 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
73 PPCTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
94 PPC32TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
104 PPC64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
H A DPPCTargetMachine.h43 Reloc::Model RM, CodeModel::Model CM,
83 Reloc::Model RM, CodeModel::Model CM,
94 Reloc::Model RM, CodeModel::Model CM,
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp36 Reloc::Model RM, CodeModel::Model CM,
38 : X86TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false),
60 Reloc::Model RM, CodeModel::Model CM,
62 : X86TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true),
81 Reloc::Model RM, CodeModel::Model CM,
84 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
33 X86_32TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
57 X86_64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
78 X86TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h36 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
/freebsd-9.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPTargetMachine.h27 Reloc::Model RM, CodeModel::Model CM,
25 CPPTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp32 Reloc::Model RM, CodeModel::Model CM,
34 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
29 AArch64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp53 static MCCodeGenInfo *createMSP430MCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
57 X->InitMCCodeGenInfo(RM, CM, OL);
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp26 Reloc::Model RM, CodeModel::Model CM,
28 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
23 XCoreTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument

Completed in 275 milliseconds

123456