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

1 2 3 4 5 6 7 8 91011>>

  /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
  /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/lib/Target/SystemZ/
SystemZSubtarget.cpp 33 // Return true if GV binds locally under reloc model RM.
34 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) {
36 if (RM == Reloc::Static)
43 Reloc::Model RM,
52 return bindsLocally(GV, RM);
  /external/chromium_org/third_party/opus/src/doc/
Makefile.am 34 $(RM) -r html
35 $(RM) -r latex
36 $(RM) -r man
37 $(RM) doxygen-build.stamp
40 $(RM) -r $(DESTDIR)$(docdir)/html
41 $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3
  /external/chromium_org/third_party/mesa/src/bin/
minstall 13 RM="rm -f"
82 $RM "$FILE"
90 $RM "$DEST/`basename $FILE`"
  /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) {
  /external/mesa3d/bin/
minstall 13 RM="rm -f"
82 $RM "$FILE"
90 $RM "$DEST/`basename $FILE`"
  /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/MCTargetDesc/
MipsELFStreamer.cpp 66 Reloc::Model RM = Subtarget.getRelocationModel();
67 if (RM == Reloc::PIC_ || RM == Reloc::Default)
69 else if (RM == Reloc::Static)
  /external/llvm/unittests/
Makefile 18 $(Verb) $(RM) -f *Tests
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 64 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM,
71 CM = RM == Reloc::PIC_ ? CodeModel::Medium : CodeModel::Small;
73 X->InitMCCodeGenInfo(RM, CM, OL);
77 static MCCodeGenInfo *createSparcV9MCCodeGenInfo(StringRef TT, Reloc::Model RM,
86 X->InitMCCodeGenInfo(RM, CM, OL);
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 71 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
73 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
85 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
87 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
93 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
95 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
  /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,
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 65 static MCCodeGenInfo *createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM,
69 if (RM == Reloc::Default) {
70 RM = Reloc::Static;
72 X->InitMCCodeGenInfo(RM, CM, OL);

Completed in 666 milliseconds

1 2 3 4 5 6 7 8 91011>>