Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp390 unwrap(cg)->setCodePICModel(Reloc::Static); in lto_codegen_set_pic_model()
393 unwrap(cg)->setCodePICModel(Reloc::PIC_); in lto_codegen_set_pic_model()
396 unwrap(cg)->setCodePICModel(Reloc::DynamicNoPIC); in lto_codegen_set_pic_model()
399 unwrap(cg)->setCodePICModel(std::nullopt); in lto_codegen_set_pic_model()
657 unwrap(cg)->setCodePICModel(Reloc::Static); in thinlto_codegen_set_pic_model()
660 unwrap(cg)->setCodePICModel(Reloc::PIC_); in thinlto_codegen_set_pic_model()
663 unwrap(cg)->setCodePICModel(Reloc::DynamicNoPIC); in thinlto_codegen_set_pic_model()
666 unwrap(cg)->setCodePICModel(std::nullopt); in thinlto_codegen_set_pic_model()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h92 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel() function
H A DThinLTOCodeGenerator.h214 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp599 ThinGenerator.setCodePICModel(codegen::getExplicitRelocModel()); in ThinLTOProcessing()
1015 CodeGen.setCodePICModel(codegen::getExplicitRelocModel()); in main()