Home
last modified time | relevance | path

Searched refs:getEntryFactory (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp74 new_symbol = m_Table.getEntryFactory().produce(pName); in insertSymbol()
111 m_Table.getEntryFactory().destroy(new_symbol); in insertSymbol()
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h63 EntryFactoryTy& getEntryFactory() { return m_EntryFactory; } in getEntryFactory() function