Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp89 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_STATIC); in main()
92 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC); in main()
95 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC); in main()
98 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DEFAULT); in main()
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h71 void setCodePICModel(lto_codegen_model);
/external/llvm/tools/lto/
Dlto.cpp217 unwrap(cg)->setCodePICModel(model); in lto_codegen_set_pic_model()
/external/llvm/tools/gold/
Dgold-plugin.cpp440 CodeGen->setCodePICModel(output_type); in all_symbols_read_hook()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp143 void LTOCodeGenerator::setCodePICModel(lto_codegen_model model) { in setCodePICModel() function in LTOCodeGenerator