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

1 2 3 4 5 6 7 8

  /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)
41 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
44 $(RM) -rf pic
45 $(RM) -f $(BSD_LIB)
46 $(RM) -f ../$(BSD_LIB)
Makefile.darwin-lib 29 $(Q) $(RM) -f ../$(BSD_LIB)
44 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
47 $(RM) -rf pic
48 $(RM) -f $(BSD_LIB)
49 $(RM) -f ../$(BSD_LIB)
50 $(RM) -f ../$(BSDLIB_IMAGE).dylib
Makefile.solaris-lib 30 $(Q) $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
55 $(RM) -f $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) \
61 $(RM) -rf elfshared
62 $(RM) -f $(ELF_LIB)
63 $(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),
81 Reloc::Model RM,
84 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
93 Reloc::Model RM,
96 : 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 39 Reloc::Model RM, CodeModel::Model CM,
42 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
61 Reloc::Model RM, CodeModel::Model CM,
63 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
70 Reloc::Model RM, CodeModel::Model CM,
72 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
79 Reloc::Model RM, CodeModel::Model CM,
81 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
88 Reloc::Model RM, CodeModel::Model CM,
90 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
    [all...]
MipsTargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
84 Reloc::Model RM, CodeModel::Model CM,
95 Reloc::Model RM, CodeModel::Model CM,
107 Reloc::Model RM, CodeModel::Model CM,
119 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.cpp 74 Reloc::Model RM, CodeModel::Model CM,
77 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
91 Reloc::Model RM, CodeModel::Model CM,
93 : PTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
101 Reloc::Model RM, CodeModel::Model CM,
103 : PTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {
PTXTargetMachine.h 39 Reloc::Model RM, CodeModel::Model CM,
88 Reloc::Model RM, CodeModel::Model CM,
98 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 33 Reloc::Model RM, CodeModel::Model CM,
36 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
53 Reloc::Model RM, CodeModel::Model CM,
55 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {
63 Reloc::Model RM, CodeModel::Model CM,
65 : 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,

Completed in 1456 milliseconds

1 2 3 4 5 6 7 8