Searched defs:produce (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DResolveInfoFactory.cpp18 ResolveInfoFactory::produce(const ResolveInfoFactory::key_type& pKey) function in class:ResolveInfoFactory
H A DELFSegmentFactory.cpp25 /// produce - produce an empty ELF segment information.
28 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) function in class:ELFSegmentFactory
H A DLDSectionFactory.cpp23 LDSection* LDSectionFactory::produce(const std::string& pName, function in class:LDSectionFactory
H A DRelocationFactory.cpp34 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, function in class:RelocationFactory
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) function in class:ContextFactory
36 LDContext* ContextFactory::produce() function in class:ContextFactory
H A DAttributeFactory.cpp56 AttributeProxy* AttributeFactory::produce() function in class:AttributeFactory
H A DInputFactory.cpp24 Input* InputFactory::produce(llvm::StringRef pName, function in class:InputFactory
/frameworks/compile/libbcc/include/bcc/Support/
H A DMemoryFactory.h35 using mcld::MemoryAreaFactory::produce;
37 mcld::MemoryArea* produce(void *pMemBuffer, size_t pSize) function in class:bcc::MemoryFactory
40 mcld::MemoryArea* produce(int pFD) function in class:bcc::MemoryFactory
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DMemoryFactory.h28 using mcld::MemoryAreaFactory::produce;
30 mcld::MemoryArea* produce(void *pMemBuffer, size_t pSize) function in class:alone::MemoryFactory
33 mcld::MemoryArea* produce(int pFD) function in class:alone::MemoryFactory
/frameworks/compile/mclinker/lib/Support/
H A DRegionFactory.cpp25 MemoryRegion* RegionFactory::produce(Space& pSpace, void* pVMAStart, size_t pSize) function in class:RegionFactory
H A DMemoryAreaFactory.cpp41 MemoryAreaFactory::produce(const sys::fs::Path& pPath, function in class:MemoryAreaFactory
64 MemoryAreaFactory::produce(const sys::fs::Path& pPath, function in class:MemoryAreaFactory
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h45 /// produce - produce a node, add it under control
46 NodeType* produce() { function in class:mcld::NodeFactory
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h60 DataType* produce(const KeyType& pKey, bool& pExist) { function in class:mcld::UniqueGCFactoryBase
73 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { function in class:mcld::UniqueGCFactoryBase
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h63 Node *produce(unsigned pInit) { function in class:mcldtest::GCFactoryListTraitsTest::NodeFactory
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h144 MCLDFile* produce(llvm::StringRef pName,
148 MCLDFile* produce();
156 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce(llvm::StringRef pName, function in class:mcld::MCLDFileFactory
166 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce() function in class:mcld::MCLDFileFactory

Completed in 1230 milliseconds