Home
last modified time | relevance | path

Searched refs:RelocModel (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h76 void setCodePICModel(Reloc::Model Model) { RelocModel = Model; } in setCodePICModel()
178 Reloc::Model RelocModel = Reloc::Default; member
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp100 RelocModel, CMModel, in selectTarget()
DExecutionEngine.cpp479 RelocModel(Reloc::Default), CMModel(CodeModel::JITDefault), in EngineBuilder()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h521 Reloc::Model RelocModel; variable
584 RelocModel = RM; in setRelocationModel()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h285 , RelocModel(Reloc::Default) in MCJITTestBase()
335 Reloc::Model RelocModel; variable
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp314 Options, RelocModel, in determineTarget()
513 RelocModel, CodeModel::Default, CGOptLevel, FileType); in compileOptimized()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp119 RelocModel("relocation-model", variable
435 MOFI.InitMCObjectFileInfo(TheTriple, RelocModel, CMModel, Ctx); in main()
/external/llvm/tools/lli/
Dlli.cpp191 RelocModel("relocation-model", variable
436 builder.setRelocationModel(RelocModel); in main()
/external/llvm/tools/llc/
Dllc.cpp291 Options, RelocModel, CMModel, OLvl)); in compileModule()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h50 RelocModel("relocation-model",
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp277 CodeGen.setCodePICModel(RelocModel); in main()
/external/llvm/tools/opt/
Dopt.cpp286 RelocModel, CMModel, in GetTargetMachine()