Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DMemoryAreaFactory.cpp26 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in MemoryAreaFactory
40 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in MemoryAreaFactory
55 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize) in produce() function in MemoryAreaFactory
69 MemoryArea* MemoryAreaFactory::produce(int pFD, FileHandle::OpenMode pMode) in produce() function in MemoryAreaFactory
/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.cpp34 Input* InputFactory::produce(llvm::StringRef pName, in produce() function in InputFactory
/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h57 DataType* produce(const KeyType& pKey, bool& pExist) { in produce() function
70 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce() function
/frameworks/compile/mclinker/unittests/
DLDSymbolTest.cpp40 TEST_F( LDSymbolTest, produce ) { in TEST_F() argument
DGCFactoryListTraitsTest.h64 Node *produce(unsigned pInit) { in produce() function
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntryFactory.h26 entry_type* produce(const key_type& pKey) in produce() function
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.h41 NodeType* produce() { in produce() function
/frameworks/base/libs/hwui/thread/
DFuture.h45 void produce(T result) { in produce() function
/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, in produce() function in RelocationFactory
DBranchIslandFactory.cpp67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) in produce() function in BranchIslandFactory
DELFSegmentFactory.cpp80 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) in produce() function in ELFSegmentFactory