Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/Common/
H A DCommonLinkerContext.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()
H A DDriverDispatcher.cpp173 CommonLinkerContext::destroy(); in unsafeLldMain()
198 if (!crc.RunSafely([&]() { CommonLinkerContext::destroy(); })) { in lldMain()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DCommonLinkerContext.h32 class CommonLinkerContext {
34 CommonLinkerContext();
35 virtual ~CommonLinkerContext();
49 CommonLinkerContext &commonContext();
51 template <typename T = CommonLinkerContext> T &context() { in context()
/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h24 class COFFLinkerContext : public CommonLinkerContext {
/freebsd/usr.bin/clang/lld/
H A DMakefile27 SRCS+= Common/CommonLinkerContext.cpp
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1469 auto *ctx = new CommonLinkerContext; in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp131 auto *ctx = new CommonLinkerContext; in link()