Searched refs:IsPIE (Results 1 – 3 of 3) sorted by relevance
154 bool IsPIE = GV->getParent()->getPIELevel() != PIELevel::Default; in getTLSModel() local156 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
211 bool IsPIE = GV->getParent()->getPIELevel() != PIELevel::Default; in getTLSModel() local213 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
3770 bool IsPIE; in AddAssemblerKPIC() local3771 std::tie(RelocationModel, PICLevel, IsPIE) = in AddAssemblerKPIC()4041 bool IsPIE; in ConstructJob() local4042 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()4053 if (IsPIE) in ConstructJob()6530 bool IsPIE; in ConstructJob() local6531 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()6861 bool IsPIE = Args.hasArg(options::OPT_pie); in constructHexagonLinkArgs() local6904 if (IsPIE && !IsShared) in constructHexagonLinkArgs()8492 const bool IsPIE = in ConstructJob() local[all …]