Lines Matching refs:RelocationModel
3414 llvm::Reloc::Model RelocationModel; in AddAssemblerKPIC() local
3417 std::tie(RelocationModel, PICLevel, IsPIE) = in AddAssemblerKPIC()
3420 if (RelocationModel != llvm::Reloc::Static) in AddAssemblerKPIC()
3653 llvm::Reloc::Model RelocationModel; in ConstructJob() local
3656 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
3659 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob()
5978 llvm::Reloc::Model RelocationModel; in ConstructJob() local
5981 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
5984 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob()
8326 llvm::Reloc::Model RelocationModel; in ConstructJob() local
8329 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
8437 if (RelocationModel == llvm::Reloc::Static) in ConstructJob()