Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp5430 bool hasStaticArg = Args.hasArg(options::OPT_static); in ConstructJob() local
5436 bool useShared = buildingLib && !hasStaticArg; in ConstructJob()
5463 if (hasStaticArg) in ConstructJob()