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"
18 // InputFactory
20 InputFactory::InputFactory(size_t pNum, const LinkerConfig& pConfig)
28 InputFactory::~InputFactory() {
33 Input* InputFactory::produce(llvm::StringRef pName,
42 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> {
34 InputFactory(size_t pNum, const LinkerConfig& pConfig);
36 ~InputFactory();

Completed in 66 milliseconds