Lines Matching refs:RelocationModel
3768 llvm::Reloc::Model RelocationModel; in AddAssemblerKPIC() local
3771 std::tie(RelocationModel, PICLevel, IsPIE) = in AddAssemblerKPIC()
3774 if (RelocationModel != llvm::Reloc::Static) in AddAssemblerKPIC()
4039 llvm::Reloc::Model RelocationModel; in ConstructJob() local
4042 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
4045 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob()
6528 llvm::Reloc::Model RelocationModel; in ConstructJob() local
6531 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
6534 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob()
8979 llvm::Reloc::Model RelocationModel; in ConstructJob() local
8982 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
9090 if (RelocationModel == llvm::Reloc::Static) in ConstructJob()