Searched refs:getTypeHash (Results 1 – 5 of 5) sorted by relevance
35 uint64_t getTypeHash() const { return getHeader().getTypeHash(); } in getTypeHash() function
106 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash() function
25 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()42 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()
162 uint64_t Sig = CU ? *Header.getDWOId() : Header.getTypeHash(); in fixupIndexV5() 602 (*NormalTypeUnits)[TU->getTypeHash()] = TU; in getNormalTypeUnitMap() 613 (*DWOTypeUnits)[TU->getTypeHash()] = TU; in getDWOTypeUnitMap()
94 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()