Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp4897 bool useShared = buildingLib && !hasStaticArg; in ConstructJob() local
4981 std::string initObj = useShared ? "/initS.o" : "/init.o"; in ConstructJob()
5029 std::string finiObj = useShared ? "/finiS.o" : "/fini.o"; in ConstructJob()