Home
last modified time | relevance | path

Searched refs:adjustCodeGenOpts (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp83 static void adjustCodeGenOpts(const Triple &TT, Reloc::Model RM, in adjustCodeGenOpts() function
164 adjustCodeGenOpts); in LLVMInitializeSparcTargetMC()
168 adjustCodeGenOpts); in LLVMInitializeSparcTargetMC()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.cpp42 static void adjustCodeGenOpts(const Triple & /*TT*/, Reloc::Model /*RM*/, in adjustCodeGenOpts() function
111 TargetRegistry::registerMCAdjustCodeGenOpts(*T, adjustCodeGenOpts); in LLVMInitializeWebAssemblyTargetMC()
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp64 static void adjustCodeGenOpts(const Triple &TT, Reloc::Model RM, in adjustCodeGenOpts() function
131 adjustCodeGenOpts); in LLVMInitializeXCoreTargetMC()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp74 static void adjustCodeGenOpts(const Triple &TT, Reloc::Model RM, in adjustCodeGenOpts() function
127 TargetRegistry::registerMCAdjustCodeGenOpts(*T, adjustCodeGenOpts); in LLVMInitializeAArch64TargetMC()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp89 static void adjustCodeGenOpts(const Triple &TT, Reloc::Model RM, in adjustCodeGenOpts() function
236 TargetRegistry::registerMCAdjustCodeGenOpts(*T, adjustCodeGenOpts); in LLVMInitializePowerPCTargetMC()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCTargetDesc.cpp161 static void adjustCodeGenOpts(const Triple &TT, Reloc::Model RM, in adjustCodeGenOpts() function
213 adjustCodeGenOpts); in LLVMInitializeSystemZTargetMC()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp93 T.adjustCodeGenOpts(TT, RM, CM); in LLVMTargetMachine()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp201 static void adjustCodeGenOpts(const Triple &TT, Reloc::Model RM, in adjustCodeGenOpts() function
242 RegisterMCAdjustCodeGenOptsFn Y(*T, adjustCodeGenOpts); in LLVMInitializeX86TargetMC()
/external/llvm/include/llvm/Support/
DTargetRegistry.h300 void adjustCodeGenOpts(const Triple &TT, Reloc::Model RM, in adjustCodeGenOpts() function