Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DFreeBSD.cpp145 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()
DWebAssembly.cpp253 bool IsPIE; in addClangTargetOptions() local
254 std::tie(RelocationModel, PICLevel, IsPIE) = in addClangTargetOptions()
DHexagon.cpp215 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs() local
261 if (IsPIE && !IsShared) in constructHexagonLinkArgs()
DGnu.cpp392 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()
DCommonArgs.cpp1343 bool IsPIE; in AddAssemblerKPIC() local
1344 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(ToolChain, Args); in AddAssemblerKPIC()
DClang.cpp1821 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/
DTargetMachine.cpp154 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/
DTargetMachine.cpp189 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/
DTargetMachine.cpp211 bool IsPIE = GV->getParent()->getPIELevel() != PIELevel::Default; in getTLSModel() local
213 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
/external/clang/lib/Driver/
DTools.cpp3770 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 …]