Home
last modified time | relevance | path

Searched defs:crtbegin (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDragonFly.cpp101 const char *crtbegin = nullptr; in ConstructJob() local
H A DCSKYToolChain.cpp151 const char *crtbegin, *crtend; in ConstructJob() local
H A DNaCl.cpp111 const char *crtbegin; in ConstructJob() local
H A DRISCVToolchain.cpp173 const char *crtbegin, *crtend; ConstructJob() local
H A DSolaris.cpp192 const char *crtbegin = nullptr; in ConstructJob() local
H A DNetBSD.cpp255 const char *crtbegin = nullptr; ConstructJob() local
H A DOpenBSD.cpp175 const char *crtbegin = nullptr; ConstructJob() local
H A DMSP430.cpp187 const char *crtbegin = UseExceptions ? "crtbegin.o" : "crtbegin_no_eh.o"; in AddStartFiles() local
H A DFreeBSD.cpp251 const char *crtbegin = nullptr; ConstructJob() local
H A DGnu.cpp495 if (ToolChain.getVFS().exists(crtbegin)) in ConstructJob() local
489 std::string crtbegin = ToolChain.getCompilerRT(Args, "crtbegin", ConstructJob() local
[all...]