Searched defs:crtend (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | DragonFly.cpp | 185 const char *crtend = nullptr; ConstructJob() local |
H A D | CSKYToolChain.cpp | 151 const char *crtbegin, *crtend; in ConstructJob() local |
H A D | NaCl.cpp | 181 const char *crtend; in ConstructJob() local |
H A D | RISCVToolchain.cpp | 181 const char *crtbegin, *crtend; in ConstructJob() local |
H A D | Solaris.cpp | 277 const char *crtend = nullptr; in ConstructJob() local |
H A D | OpenBSD.cpp | 282 const char *crtend = nullptr; ConstructJob() local |
H A D | MSP430.cpp | 223 const char *crtend = UseExceptions ? "crtend.o" : "crtend_no_eh.o"; in AddEndFiles() local |
H A D | NetBSD.cpp | 362 const char *crtend = nullptr; ConstructJob() local |
H A D | FreeBSD.cpp | 376 const char *crtend = nullptr; ConstructJob() local |
H A D | Gnu.cpp | 653 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", ConstructJob() local |