Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h301 using IndexToAddressMap = std::unordered_map<uint32_t, uint64_t>; variable
334 IndexToAddressMap::iterator indexToAdddessEnd() { in indexToAdddessEnd()
337 IndexToAddressMap::iterator indexToAddressBegin() { in indexToAddressBegin()
370 IndexToAddressMap IndexToAddress;
441 std::map<uint32_t, uint32_t> IndexToAddressMap; variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1079 IndexToAddressMap[Index++] = *reinterpret_cast<const uint32_t *>( in initialize()
1084 assert(IndexToAddressMap.count(Index) > 0 && "Index is not found."); in updateAddressMap()
1085 IndexToAddressMap[Index] = Address; in updateAddressMap()
1089 if (IndexToAddressMap.empty()) in finalizeSection()
1098 for (const auto &Entry : IndexToAddressMap) in finalizeSection()
1100 IndexToAddressMap.clear(); in finalizeSection()