HomeSort by relevance Sort by last modified time
    Searched defs:RM (Results 1 - 23 of 23) sorted by null

  /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/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/chromium_org/third_party/mesa/src/src/glx/apple/
Makefile 17 RM=rm
104 rm -f depend
124 -rm -f *.o *.a *~
125 -rm -f *.c~ *.h~
126 -rm -f *.dylib
127 -rm -f include/GL/gl.h
128 -rm -f $(TOP)/$(LIB_DIR)/$(GL_LIB_GLOB)
129 -rm -f *.o *~
130 -rm -f depend depend.ba
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 59 MemRegionManager& RM = C.getStoreManager().getRegionManager();
61 RM.getAllocaRegion(CE, C.blockCount(), C.getLocationContext());
  /external/libpng/contrib/pngminim/preader/
makefile 8 RM=rm -f
56 $(RM) rpng2-x$(O)
57 $(RM) rpng2-x$(E)
58 $(RM) $(OBJS)
  /external/mesa3d/src/glx/apple/
Makefile 17 RM=rm
104 rm -f depend
124 -rm -f *.o *.a *~
125 -rm -f *.c~ *.h~
126 -rm -f *.dylib
127 -rm -f include/GL/gl.h
128 -rm -f $(TOP)/$(LIB_DIR)/$(GL_LIB_GLOB)
129 -rm -f *.o *~
130 -rm -f depend depend.ba
    [all...]
  /hardware/ti/omap4xxx/domx/make/
start.mk 81 RM = rm $(1)
83 RMDIR = rm -r $(1)
  /external/llvm/lib/Target/
TargetMachineC.cpp 93 Reloc::Model RM;
96 RM = Reloc::Static;
99 RM = Reloc::PIC_;
102 RM = Reloc::DynamicNoPIC;
105 RM = Reloc::Default;
128 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM,
  /frameworks/compile/slang/
slang_backend.cpp 142 llvm::Reloc::Model RM = llvm::Reloc::Static;
171 Options, RM, CM);
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 165 RM := $(OSHELPERS) rm
170 RM := @$(OSHELPERS) rm
229 $(RM) -f $(TARGET).nmf
230 $(RM) -rf $(OUTDIR)
231 $(RM) -rf user-data-dir
  /external/clang/lib/CodeGen/
BackendUtil.cpp 392 llvm::Reloc::Model RM = llvm::Reloc::Default;
394 RM = llvm::Reloc::Static;
396 RM = llvm::Reloc::PIC_;
400 RM = llvm::Reloc::DynamicNoPIC;
461 RM, CM, OptLevel);
  /external/linux-tools-perf/Documentation/
Makefile 44 RM ?= rm -f
193 $(QUIET_GEN)$(RM) $@+ $@ && \
212 $(QUIET_GEN)$(RM) $@ && \
217 $(RM) *.xml *.xml+ *.html *.html+ *.1 *.5 *.7
218 $(RM) *.texi *.texi+ *.texi++ perf.info perfman.info
219 $(RM) howto-index.txt howto/*.html doc.dep
220 $(RM) technical/api-*.html technical/api-index.txt
221 $(RM) $(cmds_txt) *.made
224 $(QUIET_ASCIIDOC)$(RM) $@+ $@ &&
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 564 Reloc::Model RM = Subtarget->getRelocationModel();
565 if (RM == Reloc::Static && !Subtarget->hasMips64())
MipsSubtarget.h 122 Reloc::Model RM;
145 const std::string &FS, bool little, Reloc::Model RM,
207 Reloc::Model getRelocationModel() const {return RM;}
  /external/mdnsresponder/mDNSPosix/
Makefile 62 RM = rm
228 @if test -d $(OBJDIR) ; then rm -r $(OBJDIR) ; fi
229 @if test -d $(BUILDDIR) ; then rm -r $(BUILDDIR) ; fi
380 @if test -d $(OBJDIR) ; then rm -r $(OBJDIR) ; fi
381 @if test -f $(PROJECT_DERIVED_FILE_DIR)/DNSSD.java.h ; then $(RM) $(PROJECT_DERIVED_FILE_DIR)/DNSSD.java.h ; fi
382 @if test -f $(BUILDDIR)/dns_sd.jar ; then $(RM) $(BUILDDIR)/dns_sd.jar ; fi
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 142 RM,
  /external/linux-tools-perf/
Makefile 139 RM = rm -f
758 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIB_OBJS)
806 $(RM) TAGS
810 $(RM) tags
814 $(RM) cscope*
896 $(RM) $(OUTPUT){*.o,*/*.o,*/*/*.o,*/*/*/*.o,$(LIB_FILE),perf-archive}
897 $(RM) $(ALL_PROGRAMS) perf
898 $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope*
900 $(RM) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)PERF-CFLAG
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 649 RegionStoreManager &RM;
679 ClusterAnalysis(RegionStoreManager &rm, ProgramStateManager &StateMgr,
681 : RM(rm), Ctx(StateMgr.getContext()),
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/chromium_org/v8/src/arm/
constants-arm.h 397 RM = 2 << 22, // Round towards Minus Infinity.
403 kRoundToMinusInf = RM,
451 // blxcc rm
  /external/v8/src/arm/
constants-arm.h 410 RM = 2 << 22, // Round towards Minus Infinity.
416 kRoundToMinusInf = RM,
461 // blxcc rm
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 745 milliseconds