Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h356 void updateAddressToIndex(uint64_t Address, uint32_t Index) { in updateAddressToIndex() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp347 Map.updateAddressToIndex(Address, Index); in addIndexAddress()