Searched defs:RM (Results 1 - 25 of 46) sorted by relevance

12

/external/llvm/lib/MC/
H A DMCCodeGenInfo.cpp18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM) { argument
19 RelocationModel = RM;
/external/libpng/contrib/pngminim/decoder/
H A Dmakefile8 RM=rm -f macro
40 $(RM) pngm2pnm$(O)
41 $(RM) pngm2pnm$(E)
42 $(RM) $(OBJS)
/external/libpng/contrib/pngminim/encoder/
H A Dmakefile8 RM=rm -f macro
39 $(RM) pnm2pngm$(O)
40 $(RM) pnm2pngm$(E)
41 $(RM) $(OBJS)
/external/libpng/contrib/pngminim/preader/
H A Dmakefile8 RM=rm -f macro
56 $(RM) rpng2-x$(O)
57 $(RM) rpng2-x$(E)
58 $(RM) $(OBJS)
/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp33 Reloc::Model RM,
90 RM, CM);
29 selectTarget(Module *Mod, StringRef MArch, StringRef MCPU, const SmallVectorImpl<std::string>& MAttrs, Reloc::Model RM, CodeModel::Model CM, std::string *ErrorStr) argument
/external/llvm/lib/Target/Alpha/
H A DAlphaTargetMachine.cpp27 Reloc::Model RM, CodeModel::Model CM)
28 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
25 AlphaTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/llvm/lib/Target/Alpha/MCTargetDesc/
H A DAlphaMCTargetDesc.cpp53 static MCCodeGenInfo *createAlphaMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
/external/llvm/lib/Target/Blackfin/
H A DBlackfinTargetMachine.cpp28 Reloc::Model RM,
30 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
24 BlackfinTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/llvm/lib/Target/Blackfin/MCTargetDesc/
H A DBlackfinMCTargetDesc.cpp54 static MCCodeGenInfo *createBlackfinMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
57 X->InitMCCodeGenInfo(RM, CM);
/external/llvm/lib/Target/CBackend/
H A DCTargetMachine.h25 Reloc::Model RM, CodeModel::Model CM)
23 CTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/llvm/lib/Target/CellSPU/
H A DSPUTargetMachine.cpp37 Reloc::Model RM, CodeModel::Model CM)
38 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
35 SPUTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/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, Reloc::Model RM, CodeModel::Model CM) argument
/external/llvm/lib/Target/MBlaze/
H A DMBlazeTargetMachine.cpp37 Reloc::Model RM, CodeModel::Model CM):
38 LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
35 MBlazeTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM)
32 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
27 MSP430TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp52 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
55 X->InitMCCodeGenInfo(RM, CM);
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp29 Reloc::Model RM, CodeModel::Model CM,
31 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
56 StringRef FS, Reloc::Model RM,
58 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, false) {
63 StringRef FS, Reloc::Model RM,
65 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, true) {
27 SparcTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM, bool is64bit) argument
54 SparcV8TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
61 SparcV9TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp53 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
56 if (RM == Reloc::Default)
57 RM = Reloc::Static;
58 X->InitMCCodeGenInfo(RM, CM);
/external/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp25 StringRef FS, Reloc::Model RM,
27 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
23 SystemZTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp24 Reloc::Model RM, CodeModel::Model CM)
25 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
22 XCoreTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp58 MemRegionManager& RM = C.getStoreManager().getRegionManager(); local
60 RM.getAllocaRegion(CE, C.getCurrentBlockCount(),
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp41 Reloc::Model RM, CodeModel::Model CM)
42 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
53 Reloc::Model RM, CodeModel::Model CM)
54 : ARMBaseTargetMachine(T, TT, CPU, FS, RM, CM), InstrInfo(Subtarget),
74 Reloc::Model RM, CodeModel::Model CM)
75 : ARMBaseTargetMachine(T, TT, CPU, FS, RM, CM),
39 ARMBaseTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
51 ARMTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
72 ThumbTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/llvm/lib/Target/CellSPU/MCTargetDesc/
H A DSPUMCTargetDesc.cpp64 static MCCodeGenInfo *createSPUMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
/external/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp53 static MCCodeGenInfo *createMSP430MCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
56 X->InitMCCodeGenInfo(RM, CM);
/external/llvm/lib/Target/PTX/MCTargetDesc/
H A DPTXMCTargetDesc.cpp54 static MCCodeGenInfo *createPTXMCCodeGenInfo(StringRef TT, Reloc::Model RM, argument
57 X->InitMCCodeGenInfo(RM, CM);
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM,
33 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
47 Reloc::Model RM, CodeModel::Model CM)
48 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, false) {
54 Reloc::Model RM, CodeModel::Model CM)
55 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, true) {
29 PPCTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM, bool is64Bit) argument
45 PPC32TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
52 PPC64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument

Completed in 272 milliseconds

12