Home
last modified time | relevance | path

Searched refs:CommonLinkerContext (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/Common/
HDCommonLinkerContext.cpp23 static CommonLinkerContext *lctx;
25 CommonLinkerContext::CommonLinkerContext() { in CommonLinkerContext() function in CommonLinkerContext
31 CommonLinkerContext::~CommonLinkerContext() { in ~CommonLinkerContext()
40 CommonLinkerContext &lld::commonContext() { in commonContext()
47 void CommonLinkerContext::destroy() { in destroy()
HDDriverDispatcher.cpp173 CommonLinkerContext::destroy(); in unsafeLldMain()
198 if (!crc.RunSafely([&]() { CommonLinkerContext::destroy(); })) { in lldMain()
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
HDCommonLinkerContext.h32 class CommonLinkerContext {
34 CommonLinkerContext();
35 virtual ~CommonLinkerContext();
49 CommonLinkerContext &commonContext();
51 template <typename T = CommonLinkerContext> T &context() { in context()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDCOFFLinkerContext.h24 class COFFLinkerContext : public CommonLinkerContext {
/freebsd-13-stable/usr.bin/clang/lld/
HDMakefile32 SRCS+= Common/CommonLinkerContext.cpp
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDDriver.cpp1469 auto *ctx = new CommonLinkerContext; in link()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDDriver.cpp131 auto *ctx = new CommonLinkerContext; in link()