Searched refs:AddressToIndexMap (Results 1 – 1 of 1) sorted by relevance
393 std::optional<DenseMap<uint64_t, std::vector<uint32_t>>> AddressToIndexMap; member in __anonb9a7a8320111::ELFDumper6410 if (!this->AddressToIndexMap) { in getSymbolIndexesForFunctionAddress()6413 this->AddressToIndexMap.emplace(); in getSymbolIndexesForFunctionAddress()6433 (*this->AddressToIndexMap)[*SymAddrOrErr].push_back(Index); in getSymbolIndexesForFunctionAddress()6442 auto Symbols = this->AddressToIndexMap->find(SymValue); in getSymbolIndexesForFunctionAddress()6443 if (Symbols == this->AddressToIndexMap->end()) in getSymbolIndexesForFunctionAddress()