Home
last modified time | relevance | path

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

/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.cpp181 const char *crtbegin, *crtend; in ConstructJob() local
H A DSolaris.cpp192 const char *crtbegin = nullptr; in ConstructJob() local
H A DOpenBSD.cpp179 const char *crtbegin = nullptr; in ConstructJob() local
H A DMSP430.cpp187 const char *crtbegin = UseExceptions ? "crtbegin.o" : "crtbegin_no_eh.o"; in AddStartFiles() local
H A DNetBSD.cpp258 const char *crtbegin = nullptr; in ConstructJob() local
H A DFreeBSD.cpp256 const char *crtbegin = nullptr; ConstructJob() local
H A DGnu.cpp493 if (ToolChain.getVFS().exists(crtbegin)) in ConstructJob() local
499 crtbegin = isAndroid ? "crtbegin_so.o" : "crtbeginS.o"; in ConstructJob() local
[all...]