Searched refs:produce (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h58 Node* produce(unsigned pInit) { function in class:mcldtest::GCFactoryListTraitsTest::NodeFactory
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringEntry.h119 StringEntry<DataType>* produce(const key_type& pKey);
H A DBinTree.h303 NodeType* result = m_Root.produce();
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp38 /// Create - produce an empty relocation entry
43 /// Create - produce a relocation entry
50 return g_RelocationFactory->produce(pType, pFragRef, pAddend);
/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp78 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) { function in class:mcld::ELFSegmentFactory
H A DNamePool.cpp74 new_symbol = m_Table.getEntryFactory().produce(pName);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1745 elfSegmentTable().produce(llvm::ELF::PT_PHDR);
1747 ELFSegment* interp_seg = elfSegmentTable().produce(llvm::ELF::PT_INTERP);
1799 load_seg = elfSegmentTable().produce(llvm::ELF::PT_LOAD, cur_flag);
1814 ELFSegment* dyn_seg = elfSegmentTable().produce(
1821 ELFSegment* relro_seg = elfSegmentTable().produce(llvm::ELF::PT_GNU_RELRO);
1843 ELFSegment* eh_seg = elfSegmentTable().produce(llvm::ELF::PT_GNU_EH_FRAME);
1849 ELFSegment* tls_seg = elfSegmentTable().produce(llvm::ELF::PT_TLS);
1859 elfSegmentTable().produce(llvm::ELF::PT_GNU_STACK,
1879 note_seg = elfSegmentTable().produce(llvm::ELF::PT_NOTE, cur_flag);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp998 elfSegmentTable().produce(llvm::ELF::PT_ARM_EXIDX, llvm::ELF::PF_R);

Completed in 400 milliseconds

12