Home
last modified time | relevance | path

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

/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/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 …]