Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DCMakeLists.txt25 CommonLinkerContext.cpp
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lld/tools/lld/
H A Dlld.cpp172 CommonLinkerContext::destroy(); in lldMain()
196 if (!crc.RunSafely([&]() { CommonLinkerContext::destroy(); })) { in safeLldMain()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/Common/
H A DBUILD.gn35 "CommonLinkerContext.cpp",
/llvm-project-15.0.7/lld/COFF/
H A DCOFFLinkerContext.h24 class COFFLinkerContext : public CommonLinkerContext {
/llvm-project-15.0.7/lld/MinGW/
H A DDriver.cpp160 auto *ctx = new CommonLinkerContext; in link()
456 lld::CommonLinkerContext::destroy(); in link()
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp87 auto *ctx = new CommonLinkerContext; in link()
/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp1152 auto *ctx = new CommonLinkerContext; in link()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp94 auto *ctx = new CommonLinkerContext; in link()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3473 lld/Common/CommonLinkerContext.cpp
3512 lld/include/lld/Common/CommonLinkerContext.h