Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h91 void setCodePICModel(Optional<Reloc::Model> Model) { in setCodePICModel() function
H A DThinLTOCodeGenerator.h215 void setCodePICModel(Optional<Reloc::Model> Model) { in setCodePICModel() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp585 ThinGenerator.setCodePICModel(codegen::getExplicitRelocModel()); in ThinLTOProcessing()
1002 CodeGen.setCodePICModel(codegen::getExplicitRelocModel()); in main()