Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.h19 enum class TombstoneKind { enum
39 TombstoneKind Tombstone = TombstoneKind::Universal;
H A DDebugInfoLinker.cpp197 uint16_t Version, TombstoneKind Tombstone, in isDeadAddressRange()
200 case TombstoneKind::BFD: in isDeadAddressRange()
202 case TombstoneKind::MaxPC: in isDeadAddressRange()
204 case TombstoneKind::Universal: in isDeadAddressRange()
207 case TombstoneKind::Exec: in isDeadAddressRange()
214 bool isDeadAddress(uint64_t LowPC, uint16_t Version, TombstoneKind Tombstone, in isDeadAddress()
H A Dllvm-dwarfutil.cpp106 Options.Tombstone = TombstoneKind::BFD; in validateAndSetOptions()
108 Options.Tombstone = TombstoneKind::MaxPC; in validateAndSetOptions()
110 Options.Tombstone = TombstoneKind::Universal; in validateAndSetOptions()
112 Options.Tombstone = TombstoneKind::Exec; in validateAndSetOptions()