Searched refs:CommonLinkerContext (Results 1 – 7 of 7) sorted by relevance
23 static CommonLinkerContext *lctx;25 CommonLinkerContext::CommonLinkerContext() { in CommonLinkerContext() function in CommonLinkerContext31 CommonLinkerContext::~CommonLinkerContext() { in ~CommonLinkerContext()40 CommonLinkerContext &lld::commonContext() { in commonContext()47 void CommonLinkerContext::destroy() { in destroy()
173 CommonLinkerContext::destroy(); in unsafeLldMain()198 if (!crc.RunSafely([&]() { CommonLinkerContext::destroy(); })) { in lldMain()
32 class CommonLinkerContext {34 CommonLinkerContext();35 virtual ~CommonLinkerContext();49 CommonLinkerContext &commonContext();51 template <typename T = CommonLinkerContext> T &context() { in context()
24 class COFFLinkerContext : public CommonLinkerContext {
27 SRCS+= Common/CommonLinkerContext.cpp
1469 auto *ctx = new CommonLinkerContext; in link()
131 auto *ctx = new CommonLinkerContext; in link()