HomeSort by relevance Sort by last modified time
    Searched refs:RM (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
20 RelocationModel = RM;
  /frameworks/wilhelm/doc/
Makefile 5 $(RM) -r html
  /external/llvm/unittests/Transforms/
Makefile 17 $(Verb) $(RM) -f *Tests
  /external/libvpx/vp8/encoder/
pickinter.h 17 #define RD_ESTIMATE(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) )
  /frameworks/wilhelm/tools/permute/
Makefile 5 $(RM) $@
  /external/e2fsprogs/lib/
Makefile.bsd-lib 27 $(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)
Makefile.darwin-lib 29 $(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
Makefile.solaris-lib 30 $(Q) $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
56 $(RM) -f $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) \
62 $(RM) -rf elfshared
63 $(RM) -f $(ELF_LIB)
64 $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
  /external/llvm/unittests/
Makefile 17 $(Verb) $(RM) -f *Tests
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM,
34 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
82 Reloc::Model RM,
85 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
94 Reloc::Model RM,
97 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
SparcTargetMachine.h 38 Reloc::Model RM, CodeModel::Model CM,
69 Reloc::Model RM, CodeModel::Model CM,
81 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/wilhelm/tools/hashgen/
Makefile 12 $(RM) $@
18 $(RM) $@
22 $(RM) $@
49 $(RM) $@
60 $(RM) part5gen frag1 *.o
61 $(RM) part23in.gperf part5gen.c part23in.c
62 $(RM) part2.c part3.c part5.c part7.c
65 $(RM) IID_to_MPH.c
  /external/e2fsprogs/doc/
Makefile.in 22 $(Q) $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
33 $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
52 $(RM) -f Makefile
62 $(RM) -f *.ps *.info *.info-? *.html
66 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
70 $(RM) -f *~ #*
74 $(RM) -f *.tar *.tar.gz *.tgz
77 $(RM) -f *.html
  /external/libpng/contrib/pngminim/decoder/
makefile 8 RM=rm -f
40 $(RM) pngm2pnm$(O)
41 $(RM) pngm2pnm$(E)
42 $(RM) $(OBJS)
  /external/libpng/contrib/pngminim/encoder/
makefile 8 RM=rm -f
39 $(RM) pnm2pngm$(O)
40 $(RM) pnm2pngm$(E)
41 $(RM) $(OBJS)
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 41 Reloc::Model RM, CodeModel::Model CM,
44 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
45 Subtarget(TT, CPU, FS, isLittle, RM),
64 Reloc::Model RM, CodeModel::Model CM,
66 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
73 Reloc::Model RM, CodeModel::Model CM,
75 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 68 Reloc::Model RM,
72 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
86 Reloc::Model RM, CodeModel::Model CM,
88 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
96 Reloc::Model RM, CodeModel::Model CM,
98 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
NVPTXTargetMachine.h 53 Reloc::Model RM, CodeModel::Model CM,
109 Reloc::Model RM, CodeModel::Model CM,
118 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 38 Reloc::Model RM, CodeModel::Model CM,
41 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
58 Reloc::Model RM, CodeModel::Model CM,
60 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
68 Reloc::Model RM, CodeModel::Model CM,
70 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
PPCTargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM,
80 Reloc::Model RM, CodeModel::Model CM,
91 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 32 Reloc::Model RM, CodeModel::Model CM,
34 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 26 Reloc::Model RM, CodeModel::Model CM,
28 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
  /external/libpng/contrib/pngminim/preader/
makefile 8 RM=rm -f
56 $(RM) rpng2-x$(O)
57 $(RM) rpng2-x$(E)
58 $(RM) $(OBJS)
  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 36 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
  /hardware/ti/omap4xxx/domx/make/
build.mk 259 $(RM) -f $(TARGETDIR)/$(HOSTRELEASE)/$(TARGET)
274 $(RM) -f $(ROOTFSDIR)/$(ROOTFSRELEASE)/$(TARGET)
294 - $(call RM,-f $(OBJECTS))
295 - $(call RM,-f $(OBJECTS:.o=.d))
298 - $(call RM,-f $(TARGET))
299 - $(call RM,-f $(TARGET).map)
300 - $(call RM,-f $(TARGETKO))
301 - $(call RM,-f $(TARGETMOD).c)
302 - $(call RM,-f $(TARGETMOD).o)
303 - $(call RM,-f $(TARGETMOD).d
    [all...]

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 9