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

  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 103 RelocModel, CMModel,
ExecutionEngine.cpp 468 RelocModel = Reloc::Default;
    [all...]
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 274 Reloc::Model RelocModel = Reloc::Default;
277 RelocModel = Reloc::Static;
280 RelocModel = Reloc::PIC_;
283 RelocModel = Reloc::DynamicNoPIC;
286 // RelocModel is already the default, so leave it that way.
307 RelocModel, CodeModel::Default,
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 87 switch (RelocModel) {
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 580 Reloc::Model RelocModel;
655 RelocModel = RM;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 280 , RelocModel(Reloc::Default)
336 Reloc::Model RelocModel;
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 43 RelocModel("relocation-model",
  /external/llvm/tools/lli/
lli.cpp 181 RelocModel("relocation-model",
441 builder.setRelocationModel(RelocModel);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 115 RelocModel("relocation-model",
406 MOFI.InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx);
  /external/llvm/tools/llc/
llc.cpp 290 Options, RelocModel, CMModel, OLvl));
  /external/llvm/tools/opt/
opt.cpp 314 RelocModel, CMModel,

Completed in 194 milliseconds