Home
last modified time | relevance | path

Searched refs:IsPIE (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp146 const bool IsPIE = in ConstructJob() local
162 if (IsPIE) in ConstructJob()
258 else if (IsPIE) in ConstructJob()
271 else if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
367 if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
H A DWebAssembly.cpp267 bool IsPIE; in addClangTargetOptions() local
268 std::tie(RelocationModel, PICLevel, IsPIE) = in addClangTargetOptions()
H A DHexagon.cpp290 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs() local
339 if (IsPIE && !IsShared) in constructHexagonLinkArgs()
H A DGnu.cpp404 const bool IsPIE = getPIE(Args, ToolChain); in ConstructJob() local
424 if (IsPIE) in ConstructJob()
498 else if (IsPIE) in ConstructJob()
533 else if (IsPIE || IsStaticPIE) in ConstructJob()
684 else if (IsPIE || IsStaticPIE) in ConstructJob()
719 bool IsPIE; in ConstructJob() local
721 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
H A DClang.cpp2007 bool IsPIE; in AddMIPSTargetArgs() local
2008 std::tie(RelocationModel, PICLevel, IsPIE) = in AddMIPSTargetArgs()
5013 bool IsPIE; in ConstructJob() local
5014 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(TC, Args); in ConstructJob()
5041 if (IsPIE) in ConstructJob()
5071 if (RelocationModel != llvm::Reloc::Static && !IsPIE) { in ConstructJob()
7973 bool IsPIE; in ConstructJob() local
7974 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
H A DCommonArgs.cpp1465 bool IsPIE; in AddAssemblerKPIC() local
1466 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(ToolChain, Args); in AddAssemblerKPIC()
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachine.cpp155 bool IsPIE = GV->getParent()->getPIELevel() != PIELevel::Default; in getTLSModel() local
157 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()