Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFTypeUnit.h35 uint64_t getTypeHash() const { return getHeader().getTypeHash(); } in getTypeHash() function
DDWARFUnit.h101 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash() function
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp25 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()
42 << ", type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()
DDWARFUnit.cpp91 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()
DDWARFContext.cpp721 (*Units.Map)[TU->getTypeHash()] = TU; in getTypeUnitForHash()