Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp27 << " type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()
40 << " type_signature = " << format("0x%016" PRIx64, getTypeHash()) in dump()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypeUnit.h37 uint64_t getTypeHash() const { return getHeader().getTypeHash(); } in getTypeHash() function
H A DDWARFUnit.h94 uint64_t getTypeHash() const { return TypeHash; } in getTypeHash() function