Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h88 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel() function
H A DThinLTOCodeGenerator.h232 void setCodePICModel(Optional<Reloc::Model> Model) { in setCodePICModel() function
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp484 ThinGenerator.setCodePICModel(getRelocModel()); in ThinLTOProcessing()
874 CodeGen.setCodePICModel(getRelocModel()); in main()