HomeSort by relevance Sort by last modified time
    Searched defs:InputFactory (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/MC/
InputFactory.cpp 1 //===- InputFactory.cpp ---------------------------------------------------===//
9 #include <mcld/MC/InputFactory.h>
17 // InputFactory
19 InputFactory::InputFactory(size_t pNum, const LinkerConfig& pConfig)
28 InputFactory::~InputFactory()
34 Input* InputFactory::produce(llvm::StringRef pName,
  /frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h 1 //===- InputFactory.h -----------------------------------------------------===//
20 /** \class InputFactory
21 * \brief InputFactory controls the production and destruction of
29 class InputFactory : public GCFactory<Input,0>
35 InputFactory(size_t pNum, const LinkerConfig& pConfig);
37 ~InputFactory();

Completed in 185 milliseconds