Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp322 const uint64_t CUID = getCUID(CU); in getIndexFromAddress()
342 const uint64_t CUID = getCUID(CU); in addIndexAddress()
364 const uint64_t CUID = getCUID(*CU.get()); in finalize()
417 const uint64_t CUID = getCUID(*CU.get()); in finalize()
483 const uint64_t CUID = getCUID(Unit); in getOffset()
492 auto Iter = DWOIdToOffsetMap.find(getCUID(Unit)); in getOffset()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h374 virtual uint64_t getCUID(DWARFUnit &Unit) { in getCUID() function
402 virtual uint64_t getCUID(DWARFUnit &Unit) override { in getCUID() function
575 uint64_t getCUID() const { in getCUID() function