Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp402 const bool IsStaticPIE = getStaticPIE(Args, ToolChain); in ConstructJob() local
424 if (IsStaticPIE) { in ConstructJob()
490 if (!Args.hasArg(options::OPT_shared) && !IsStaticPIE) { in ConstructJob()
508 else if (IsStaticPIE) in ConstructJob()
541 else if (IsPIE || IsStaticPIE) in ConstructJob()
593 if (IsStatic || IsStaticPIE) in ConstructJob()
633 if (IsStatic || IsStaticPIE) in ConstructJob()
660 else if (IsPIE || IsStaticPIE) in ConstructJob()