Searched refs:IsPIE (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | FreeBSD.cpp | 146 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 D | WebAssembly.cpp | 263 bool IsPIE; in addClangTargetOptions() local 264 std::tie(RelocationModel, PICLevel, IsPIE) = in addClangTargetOptions()
|
| H A D | Hexagon.cpp | 215 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs() local 261 if (IsPIE && !IsShared) in constructHexagonLinkArgs()
|
| H A D | Gnu.cpp | 401 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 D | CommonArgs.cpp | 1376 bool IsPIE; in AddAssemblerKPIC() local 1377 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(ToolChain, Args); in AddAssemblerKPIC()
|
| H A D | Clang.cpp | 1900 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 D | TargetMachine.cpp | 171 bool IsPIE = GV->getParent()->getPIELevel() != PIELevel::Default; in getTLSModel() local 173 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
|