Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp146 const bool IsPIE = in ConstructJob() local
162 if (IsPIE) in ConstructJob()
255 else if (IsPIE) in ConstructJob()
268 else if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
360 if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
H A DWebAssembly.cpp263 bool IsPIE; in addClangTargetOptions() local
264 std::tie(RelocationModel, PICLevel, IsPIE) = in addClangTargetOptions()
H A DHexagon.cpp215 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs() local
261 if (IsPIE && !IsShared) in constructHexagonLinkArgs()
H A DGnu.cpp401 const bool IsPIE = getPIE(Args, ToolChain); in ConstructJob() local
421 if (IsPIE) in ConstructJob()
506 else if (IsPIE) in ConstructJob()
541 else if (IsPIE || IsStaticPIE) in ConstructJob()
660 else if (IsPIE || IsStaticPIE) in ConstructJob()
695 bool IsPIE; in ConstructJob() local
697 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
H A DCommonArgs.cpp1376 bool IsPIE; in AddAssemblerKPIC() local
1377 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(ToolChain, Args); in AddAssemblerKPIC()
H A DClang.cpp1900 bool IsPIE; in AddMIPSTargetArgs() local
1901 std::tie(RelocationModel, PICLevel, IsPIE) = in AddMIPSTargetArgs()
4710 bool IsPIE; in ConstructJob() local
4711 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(TC, Args); in ConstructJob()
4738 if (IsPIE) in ConstructJob()
4768 if (RelocationModel != llvm::Reloc::Static && !IsPIE) { in ConstructJob()
7440 bool IsPIE; in ConstructJob() local
7441 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp171 bool IsPIE = GV->getParent()->getPIELevel() != PIELevel::Default; in getTLSModel() local
173 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()