Home
last modified time | relevance | path

Searched refs:getTypeHash (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypeUnit.h35 uint64_t getTypeHash() const { return getHeader().getTypeHash(); } in getTypeHash() function
H A DDWARFUnit.h106 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp25 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()
42 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()
H A DDWARFContext.cpp162 uint64_t Sig = CU ? *Header.getDWOId() : Header.getTypeHash(); in fixupIndexV5()
602 (*NormalTypeUnits)[TU->getTypeHash()] = TU; in getNormalTypeUnitMap()
613 (*DWOTypeUnits)[TU->getTypeHash()] = TU; in getDWOTypeUnitMap()
H A DDWARFUnit.cpp94 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h27 uint64_t GetTypeHash() { return m_header.getTypeHash(); } in GetTypeHash()
H A DDWARFUnit.cpp955 entry = index.getFromHash(header.getTypeHash()); in extract()