Searched defs:crt1 (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp4372 // The simulator doesn't have a versioned crt1 file.
4388 // The simulator doesn't have a versioned crt1 file.
4410 // By default on OS X 10.8 and later, we don't link with a crt1.o
4426 // The simulator doesn't have a versioned crt1 file.
4683 CmdArgs.push_back(Args.MakeArgString(LibPath + "crt1.o"));
4792 getToolChain().GetFilePath("crt1.o")));
5243 const char *crt1 = NULL; local
5246 crt1 = "gcrt1.o";
5248 crt1 = "Scrt1.o";
5250 crt1
5728 const char *crt1 = NULL; local
[all...]

Completed in 40 milliseconds