Searched refs:AddressToIndexMap (Results 1 – 1 of 1) sorted by relevance
369 Optional<DenseMap<uint64_t, std::vector<uint32_t>>> AddressToIndexMap; member in __anon1456c5300111::ELFDumper5725 if (!this->AddressToIndexMap.hasValue()) { in getSymbolIndexesForFunctionAddress()5728 this->AddressToIndexMap.emplace(); in getSymbolIndexesForFunctionAddress()5748 (*this->AddressToIndexMap)[*SymAddrOrErr].push_back(Index); in getSymbolIndexesForFunctionAddress()5757 auto Symbols = this->AddressToIndexMap->find(SymValue); in getSymbolIndexesForFunctionAddress()5758 if (Symbols == this->AddressToIndexMap->end()) in getSymbolIndexesForFunctionAddress()