Searched refs:AddCRTObject (Results 1 – 1 of 1) sorted by relevance
382 auto AddCRTObject = [&](StringRef Name) { in ConstructJob() local390 AddCRTObject("crt1.o"); in ConstructJob()391 AddCRTObject("crti.o"); in ConstructJob()392 AddCRTObject(Shared ? "crtbeginS.o" in ConstructJob()431 AddCRTObject(Shared ? "crtendS.o" : "crtend.o"); in ConstructJob()432 AddCRTObject("crtn.o"); in ConstructJob()