Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp291 Reloc::Model RelocModel = Reloc::Default; in determineTarget() local
294 RelocModel = Reloc::Static; in determineTarget()
297 RelocModel = Reloc::PIC_; in determineTarget()
300 RelocModel = Reloc::DynamicNoPIC; in determineTarget()
323 RelocModel, CodeModel::Default, in determineTarget()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp102 RelocModel, CMModel, in selectTarget()
H A DExecutionEngine.cpp415 RelocModel = Reloc::Default; in InitEngine()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h498 Reloc::Model RelocModel; variable
554 RelocModel = RM; in setRelocationModel()
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h289 , RelocModel(Reloc::Default) in MCJITTestBase()
342 Reloc::Model RelocModel; variable
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp115 RelocModel("relocation-model", variable
405 MOFI.InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in main()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp164 switch (RelocModel) { in main()
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A Dlli.cpp171 RelocModel("relocation-model", variable
418 builder.setRelocationModel(RelocModel); in main()
/minix3/external/bsd/llvm/dist/llvm/tools/llc/
H A Dllc.cpp276 Options, RelocModel, CMModel, OLvl)); in compileModule()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DCommandFlags.h43 RelocModel("relocation-model",
/minix3/external/bsd/llvm/dist/llvm/tools/opt/
H A Dopt.cpp280 RelocModel, CMModel, in GetTargetMachine()