Searched refs:IsPIE (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | FreeBSD.cpp | 145 const bool IsPIE = in ConstructJob() local 161 if (IsPIE) in ConstructJob() 249 else if (IsPIE) in ConstructJob() 262 else if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob() 353 if (Args.hasArg(options::OPT_shared) || IsPIE) in ConstructJob()
|
D | WebAssembly.cpp | 253 bool IsPIE; in addClangTargetOptions() local 254 std::tie(RelocationModel, PICLevel, IsPIE) = in addClangTargetOptions()
|
D | Hexagon.cpp | 215 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs() local 261 if (IsPIE && !IsShared) in constructHexagonLinkArgs()
|
D | Gnu.cpp | 392 const bool IsPIE = getPIE(Args, ToolChain); in ConstructJob() local 412 if (IsPIE) in ConstructJob() 497 else if (IsPIE) in ConstructJob() 532 else if (IsPIE || IsStaticPIE) in ConstructJob() 651 else if (IsPIE || IsStaticPIE) in ConstructJob() 686 bool IsPIE; in ConstructJob() local 688 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
|
D | CommonArgs.cpp | 1343 bool IsPIE; in AddAssemblerKPIC() local 1344 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(ToolChain, Args); in AddAssemblerKPIC()
|
D | Clang.cpp | 1821 bool IsPIE; in AddMIPSTargetArgs() local 1822 std::tie(RelocationModel, PICLevel, IsPIE) = in AddMIPSTargetArgs() 4507 bool IsPIE; in ConstructJob() local 4508 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(TC, Args); in ConstructJob() 4535 if (IsPIE) in ConstructJob() 4555 if (RelocationModel != llvm::Reloc::Static && !IsPIE) in ConstructJob() 7118 bool IsPIE; in ConstructJob() local 7119 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 154 bool IsPIE = GV->getParent()->getPIELevel() != PIELevel::Default; in getTLSModel() local 156 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
|
/external/llvm-project/llvm/lib/Target/ |
D | TargetMachine.cpp | 189 bool IsPIE = GV->getParent()->getPIELevel() != PIELevel::Default; in getTLSModel() local 191 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 211 bool IsPIE = GV->getParent()->getPIELevel() != PIELevel::Default; in getTLSModel() local 213 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 3770 bool IsPIE; in AddAssemblerKPIC() local 3771 std::tie(RelocationModel, PICLevel, IsPIE) = in AddAssemblerKPIC() 4041 bool IsPIE; in ConstructJob() local 4042 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob() 4053 if (IsPIE) in ConstructJob() 6530 bool IsPIE; in ConstructJob() local 6531 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob() 6861 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs() local 6904 if (IsPIE && !IsShared) in constructHexagonLinkArgs() 8492 const bool IsPIE = in ConstructJob() local [all …]
|