Home
last modified time | relevance | path

Searched refs:CommonLinkerContext (Results 1 – 9 of 9) 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.cpp172 CommonLinkerContext::destroy(); in unsafeLldMain()
197 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();
50 CommonLinkerContext &commonContext();
52 template <typename T = CommonLinkerContext> T &context() { in context()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.h24 class CommonLinkerContext; variable
34 llvm::opt::InputArgList parse(CommonLinkerContext &ctx,
36 void printHelp(CommonLinkerContext &ctx, const char *argv0,
H A DDriverUtils.cpp72 static void handleColorDiagnostics(CommonLinkerContext &ctx, in handleColorDiagnostics()
95 InputArgList MachOOptTable::parse(CommonLinkerContext &ctx, in parse()
128 void MachOOptTable::printHelp(CommonLinkerContext &ctx, const char *argv0, in printHelp()
H A DDriver.cpp1541 auto *ctx = new CommonLinkerContext; in link()
/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/ELF/
H A DConfig.h604 struct Ctx : CommonLinkerContext {