Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp113 m_pSymIndexMap = new HashTableType(1024); in GNULDBackend()
123 delete m_pSymIndexMap; in ~GNULDBackend()
952 entry = m_pSymIndexMap->insert(LDSymbol::Null(), sym_exist); in emitRegNamePools()
965 entry = m_pSymIndexMap->insert(*symbol, sym_exist); in emitRegNamePools()
1042 entry = m_pSymIndexMap->insert(*symbol, sym_exist); in emitDynNamePools()
1468 m_pSymIndexMap->find(const_cast<LDSymbol*>(pSymbol)); in getSymbolIdx()
1469 assert(entry != m_pSymIndexMap->end() && in getSymbolIdx()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h528 HashTableType* m_pSymIndexMap; variable