Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
Dlto.h81 LTO_CODEGEN_PIC_MODEL_DYNAMIC = 1, enumerator
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp190 case LTO_CODEGEN_PIC_MODEL_DYNAMIC: in setCodePICModel()
338 case LTO_CODEGEN_PIC_MODEL_DYNAMIC: in determineTarget()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp182 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC); in main()