Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h70 virtual std::optional<uint64_t> getForeignTUTypeSignature() const { in getForeignTUTypeSignature() function
447 std::optional<uint64_t> getForeignTUTypeSignature() const override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp65 std::optional<uint64_t> type_sig = entry.getForeignTUTypeSignature(); in GetForeignTypeUnit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp675 DWARFDebugNames::Entry::getForeignTUTypeSignature() const { in getForeignTUTypeSignature() function in DWARFDebugNames::Entry