Home
last modified time | relevance | path

Searched refs:reloc_model (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptExpressionOpts.cpp97 llvm::Optional<llvm::Reloc::Model> reloc_model = llvm::None; in runOnModule() local
119 reloc_model = llvm::Reloc::Static; in runOnModule()
137 real_triple, "", "", options, reloc_model); in runOnModule()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc855 llvm::Reloc::Model reloc_model = llvm::Reloc::Static; in CompileAheadOfTime() local
860 reloc_model = llvm::Reloc::Static; in CompileAheadOfTime()
865 reloc_model = llvm::Reloc::PIC_; in CompileAheadOfTime()
870 reloc_model = llvm::Reloc::PIC_; in CompileAheadOfTime()
875 reloc_model = llvm::Reloc::PIC_; in CompileAheadOfTime()
880 reloc_model = llvm::Reloc::PIC_; in CompileAheadOfTime()
889 CompilerTargetOptions(modules[0]->config()), reloc_model, llvm::None, in CompileAheadOfTime()