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

  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 256 Reloc::Model RelocModel = Reloc::Default;
259 RelocModel = Reloc::Static;
262 RelocModel = Reloc::PIC_;
265 RelocModel = Reloc::DynamicNoPIC;
274 RelocModel);
  /external/llvm/tools/lli/
lli.cpp 113 RelocModel("relocation-model",
182 builder.setRelocationModel(RelocModel);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 468 Reloc::Model RelocModel;
482 RelocModel = Reloc::Default;
527 RelocModel = RM;
  /external/llvm/tools/llc/
llc.cpp 80 RelocModel("relocation-model",
291 FeaturesStr, RelocModel));
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 117 RelocModel("relocation-model",
342 RelocModel));
355 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, Ctx);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 470 RelocModel, ErrorStr)) {
    [all...]

Completed in 939 milliseconds