Searched refs:CommonLinkerContext (Results 1 – 11 of 11) 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()
25 CommonLinkerContext.cpp
32 class CommonLinkerContext {34 CommonLinkerContext();35 virtual ~CommonLinkerContext();49 CommonLinkerContext &commonContext();51 template <typename T = CommonLinkerContext> T &context() { in context()
172 CommonLinkerContext::destroy(); in lldMain()196 if (!crc.RunSafely([&]() { CommonLinkerContext::destroy(); })) { in safeLldMain()
35 "CommonLinkerContext.cpp",
24 class COFFLinkerContext : public CommonLinkerContext {
160 auto *ctx = new CommonLinkerContext; in link()456 lld::CommonLinkerContext::destroy(); in link()
87 auto *ctx = new CommonLinkerContext; in link()
1152 auto *ctx = new CommonLinkerContext; in link()
94 auto *ctx = new CommonLinkerContext; in link()
3473 lld/Common/CommonLinkerContext.cpp3512 lld/include/lld/Common/CommonLinkerContext.h