Home | History | Annotate | Download | only in Driver

Lines Matching refs:RelocationModel

3619 /// (RelocationModel, PICLevel, IsPIE).
3768 llvm::Reloc::Model RelocationModel;
3771 std::tie(RelocationModel, PICLevel, IsPIE) =
3774 if (RelocationModel != llvm::Reloc::Static)
4039 llvm::Reloc::Model RelocationModel;
4042 std::tie(RelocationModel, PICLevel, IsPIE) =
4045 const char *RMName = RelocationModelName(RelocationModel);
6528 llvm::Reloc::Model RelocationModel;
6531 std::tie(RelocationModel, PICLevel, IsPIE) =
6534 const char *RMName = RelocationModelName(RelocationModel);
8979 llvm::Reloc::Model RelocationModel;
8982 std::tie(RelocationModel, PICLevel, IsPIE) =
9090 if (RelocationModel == llvm::Reloc::Static)