Home
last modified time | relevance | path

Searched defs:produce (Results 1 – 18 of 18) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DContextFactory.cpp25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) in produce() function in ContextFactory
36 LDContext* ContextFactory::produce() in produce() function in ContextFactory
DInputFactory.cpp24 Input* InputFactory::produce(llvm::StringRef pName, in produce() function in InputFactory
DAttributeFactory.cpp56 AttributeProxy* AttributeFactory::produce() in produce() function in AttributeFactory
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
DMemoryFactory.h30 mcld::MemoryArea* produce(void *pMemBuffer, size_t pSize) in produce() function
33 mcld::MemoryArea* produce(int pFD) in produce() function
/frameworks/compile/libbcc/include/bcc/Support/
DMemoryFactory.h37 mcld::MemoryArea* produce(void *pMemBuffer, size_t pSize) in produce() function
40 mcld::MemoryArea* produce(int pFD) in produce() function
/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h60 DataType* produce(const KeyType& pKey, bool& pExist) { in produce() function
73 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce() function
/frameworks/compile/mclinker/lib/LD/
DResolveInfoFactory.cpp18 ResolveInfoFactory::produce(const ResolveInfoFactory::key_type& pKey) in produce() function in ResolveInfoFactory
DLDSectionFactory.cpp23 LDSection* LDSectionFactory::produce(const std::string& pName, in produce() function in LDSectionFactory
DRelocationFactory.cpp34 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, in produce() function in RelocationFactory
DELFSegmentFactory.cpp28 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) in produce() function in ELFSegmentFactory
/frameworks/compile/mclinker/lib/Support/
DMemoryAreaFactory.cpp41 MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in MemoryAreaFactory
64 MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in MemoryAreaFactory
DRegionFactory.cpp25 MemoryRegion* RegionFactory::produce(Space& pSpace, void* pVMAStart, size_t pSize) in produce() function in RegionFactory
/frameworks/compile/mclinker/unittests/
DLDSymbolTest.cpp40 TEST_F( LDSymbolTest, produce ) { in TEST_F() argument
DGCFactoryListTraitsTest.h63 Node *produce(unsigned pInit) { in produce() function
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDFile.h156 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce(llvm::StringRef pName, in produce() function
166 mcld::MCLDFile* mcld::MCLDFileFactory<NUM>::produce() in produce() function
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntry.tcc49 EntryFactory<HashEntryTy>::produce(const typename EntryFactory<HashEntryTy>::key_type& pKey) in produce() function in EntryFactory
DStringEntry.tcc47 StringEntryFactory<DataType>::produce(const typename StringEntryFactory<DataType>::key_type& pKey) in produce() function in StringEntryFactory
DTreeAllocator.h46 NodeType* produce() { in produce() function