reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
   33 class MachOLinkingContext : public LinkingContext {

Declarations

tools/lld/include/lld/Core/File.h
   28 class LinkingContext;
tools/lld/include/lld/Core/Reader.h
   31 class LinkingContext;
tools/lld/include/lld/Core/Resolver.h
   28 class LinkingContext;
tools/lld/include/lld/Core/SymbolTable.h
   24 class LinkingContext;
tools/lld/include/lld/Core/Writer.h
   19 class LinkingContext;
tools/lld/include/lld/ReaderWriter/YamlContext.h
   19 class LinkingContext;

References

tools/lld/include/lld/Core/Resolver.h
   34   Resolver(LinkingContext &ctx) : _ctx(ctx), _result(new MergedFile()) {}
   79   LinkingContext &_ctx;
tools/lld/include/lld/Core/Writer.h
   43 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
   33 class MachOLinkingContext : public LinkingContext {
tools/lld/include/lld/ReaderWriter/YamlContext.h
   33   const LinkingContext *_ctx = nullptr;
tools/lld/lib/Driver/DarwinLdDriver.cpp
  301 static void parseLLVMOptions(const LinkingContext &ctx) {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
 1297   Writer(const LinkingContext &context) : _ctx(context) {}
 1320   const LinkingContext &_ctx;
 1399 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &context) {