Searched refs:m_pSymIndexMap (Results 1 – 2 of 2) sorted by relevance
114 m_pSymIndexMap = new HashTableType(1024); in GNULDBackend()125 delete m_pSymIndexMap; in ~GNULDBackend()1006 entry = m_pSymIndexMap->insert(LDSymbol::Null(), sym_exist); in emitRegNamePools()1019 entry = m_pSymIndexMap->insert(*symbol, sym_exist); in emitRegNamePools()1100 entry = m_pSymIndexMap->insert(*symbol, sym_exist); in emitDynNamePools()1526 HashTableType::iterator entry = m_pSymIndexMap->find(const_cast<LDSymbol *>(pSymbol)); in getSymbolIdx()1527 assert(entry != m_pSymIndexMap->end() && "symbol not found in the symbol table"); in getSymbolIdx()
542 HashTableType* m_pSymIndexMap; variable