Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
Dlto.h82 LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC = 2, enumerator
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp191 case LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC: in setCodePICModel()
341 case LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC: in determineTarget()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp185 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC); in main()