Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp179 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_STATIC); in main()
182 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC); in main()
185 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC); in main()
188 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DEFAULT); in main()
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h76 void setCodePICModel(lto_codegen_model);
/external/llvm/tools/lto/
Dlto.cpp270 unwrap(cg)->setCodePICModel(model); in lto_codegen_set_pic_model()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp187 void LTOCodeGenerator::setCodePICModel(lto_codegen_model model) { in setCodePICModel() function in LTOCodeGenerator