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 95 RelocModel, CMModel,
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 237 Reloc::Model RelocModel = Reloc::Default;
240 RelocModel = Reloc::Static;
243 RelocModel = Reloc::PIC_;
246 RelocModel = Reloc::DynamicNoPIC;
264 RelocModel, CodeModel::Default,
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 494 Reloc::Model RelocModel;
509 RelocModel = Reloc::Default;
561 RelocModel = RM;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 50 , RelocModel(Reloc::Default)
226 Reloc::Model RelocModel;
  /external/llvm/tools/lli/
lli.cpp 130 RelocModel("relocation-model",
332 builder.setRelocationModel(RelocModel);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 118 RelocModel("relocation-model",
395 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx);
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 41 RelocModel("relocation-model",
  /external/llvm/tools/llc/
llc.cpp 286 RelocModel, CMModel, OLvl));
  /external/llvm/tools/opt/
opt.cpp 546 RelocModel, CMModel,

Completed in 305 milliseconds