/frameworks/compile/mclinker/lib/MC/ |
D | ContextFactory.cpp | 24 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) { in produce() function in mcld::ContextFactory 34 LDContext* ContextFactory::produce(const char* pPath) { in produce() function in mcld::ContextFactory 38 LDContext* ContextFactory::produce() { in produce() function in mcld::ContextFactory
|
D | InputFactory.cpp | 33 Input* InputFactory::produce(llvm::StringRef pName, in produce() function in mcld::InputFactory 42 Input* InputFactory::produce(llvm::StringRef pName, in produce() function in mcld::InputFactory
|
/frameworks/compile/mclinker/lib/Support/ |
D | MemoryAreaFactory.cpp | 25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in mcld::MemoryAreaFactory 38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() function in mcld::MemoryAreaFactory 52 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize) { in produce() function in mcld::MemoryAreaFactory 65 MemoryArea* MemoryAreaFactory::produce(int pFD, FileHandle::OpenMode pMode) { in produce() function in mcld::MemoryAreaFactory
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | UniqueGCFactory.h | 54 DataType* produce(const KeyType& pKey, bool& pExist) { in produce() function 67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce() function
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashEntryFactory.h | 25 entry_type* produce(const key_type& pKey) { in produce() function
|
D | HashEntry.tcc | 43 HashEntryTy* EntryFactory<HashEntryTy>::produce( in produce() function in EntryFactory
|
D | StringEntry.tcc | 43 StringEntry<DataType>* StringEntryFactory<DataType>::produce( in produce() function in StringEntryFactory
|
D | TreeAllocator.h | 43 NodeType* produce() { in produce() function
|
/frameworks/compile/mclinker/unittests/ |
D | LDSymbolTest.cpp | 35 TEST_F(LDSymbolTest, produce) { in TEST_F() argument
|
D | GCFactoryListTraitsTest.h | 58 Node* produce(unsigned pInit) { in produce() function
|
/frameworks/compile/mclinker/lib/LD/ |
D | RelocationFactory.cpp | 33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, in produce() function in mcld::RelocationFactory
|
D | BranchIslandFactory.cpp | 67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) { in produce() function in mcld::BranchIslandFactory
|
D | ELFSegmentFactory.cpp | 78 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) { in produce() function in mcld::ELFSegmentFactory
|