Home
last modified time | relevance | path

Searched refs:LTO_CODEGEN_PIC_MODEL_DYNAMIC (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm-c/
Dlto.h81 LTO_CODEGEN_PIC_MODEL_DYNAMIC = 1, enumerator
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp92 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC); in main()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp146 case LTO_CODEGEN_PIC_MODEL_DYNAMIC: in setCodePICModel()
279 case LTO_CODEGEN_PIC_MODEL_DYNAMIC: in determineTarget()
/external/llvm/tools/gold/
Dgold-plugin.cpp162 output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC; in onload()