HomeSort by relevance Sort by last modified time
    Searched refs:RelocModel (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 103 RelocModel, CMModel,
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 272 Reloc::Model RelocModel = Reloc::Default;
275 RelocModel = Reloc::Static;
278 RelocModel = Reloc::PIC_;
281 RelocModel = Reloc::DynamicNoPIC;
299 RelocModel, CodeModel::Default,
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 507 Reloc::Model RelocModel;
523 RelocModel = Reloc::Default;
592 RelocModel = RM;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 149 , RelocModel(Reloc::Default)
203 Reloc::Model RelocModel;
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 41 RelocModel("relocation-model",
  /external/llvm/tools/lli/
lli.cpp 136 RelocModel("relocation-model",
344 builder.setRelocationModel(RelocModel);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 115 RelocModel("relocation-model",
392 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx);
  /external/llvm/tools/llc/
llc.cpp 286 RelocModel, CMModel, OLvl));
  /external/llvm/tools/opt/
opt.cpp 545 RelocModel, CMModel,

Completed in 700 milliseconds