Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r262262-clang-r199034-sparc.diff15 + bool NeedsKPIC = false;
23 + NeedsKPIC = true;
27 + NeedsKPIC = true;
35 + NeedsKPIC = true;
43 + if (NeedsKPIC) {
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Driver/
DTools.cpp6217 bool NeedsKPIC = false; in ConstructJob() local
6240 NeedsKPIC = true; in ConstructJob()
6244 NeedsKPIC = true; in ConstructJob()
6304 NeedsKPIC = true; in ConstructJob()
6312 if (NeedsKPIC) { in ConstructJob()