Searched refs:crt1 (Results 1 – 2 of 2) sorted by relevance
1 # RUN: obj2yaml %S/Inputs/crt1.o | FileCheck %s
8563 const char *crt1 = nullptr; in ConstructJob() local8566 crt1 = "gcrt1.o"; in ConstructJob()8568 crt1 = "Scrt1.o"; in ConstructJob()8570 crt1 = "crt1.o"; in ConstructJob()8572 if (crt1) in ConstructJob()8573 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crt1))); in ConstructJob()9393 const char *crt1 = nullptr; in ConstructJob() local9396 crt1 = "gcrt1.o"; in ConstructJob()9398 crt1 = "Scrt1.o"; in ConstructJob()9400 crt1 = "crt1.o"; in ConstructJob()[all …]