OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 -----------------------------------------------------===//
23
/** \class
InputFactory
24
* \brief
InputFactory
controls the production and destruction of
32
class
InputFactory
: public GCFactory<Input,0>
38
InputFactory
(size_t pNum, const LinkerConfig& pConfig);
40
~
InputFactory
();
Completed in 54 milliseconds