Home
last modified time | relevance | path

Searched defs:Tombstone (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp100 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressByteSize); in getAbsoluteRanges() local
202 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddrSize); in dump() local
H A DDWARFDebugRangeList.cpp92 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressSize) - 1; in getAbsoluteRanges() local
H A DDWARFDie.cpp346 uint64_t Tombstone = dwarf::computeTombstoneAddress(U->getAddressByteSize()); in getHighPC() local
H A DDWARFDebugLine.cpp958 uint64_t Tombstone = in parse() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.h39 TombstoneKind Tombstone = TombstoneKind::Universal; member
H A DDebugInfoLinker.cpp197 uint16_t Version, TombstoneKind Tombstone, in isDeadAddressRange()
214 bool isDeadAddress(uint64_t LowPC, uint16_t Version, TombstoneKind Tombstone, in isDeadAddress()
H A Dllvm-dwarfutil.cpp110 Options.Tombstone = TombstoneKind::Universal; in validateAndSetOptions() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp70 const void *const *Tombstone = nullptr; in FindBucketFor() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h1327 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local
1337 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in RetreatPastEmptyBuckets() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp74 static CVSymbol Tombstone( getTombstoneKey() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h495 enum { Plain, Empty, Tombstone } State = Plain; enumerator