Home
last modified time | relevance | path

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

/freebsd-src/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.cpp347 if (LowPC == Tombstone) in getHighPC() local
H A DDWARFDebugLine.cpp942 uint64_t Tombstone = parse() local
/freebsd-src/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() argument
214 bool isDeadAddress(uint64_t LowPC, uint16_t Version, TombstoneKind Tombstone, in isDeadAddress() argument
H A Dllvm-dwarfutil.cpp103 if (opt::Arg *Tombstone = Args.getLastArg(OPT_tombstone)) { in validateAndSetOptions() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp70 const void *const *Tombstone = nullptr; in FindBucketFor() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h1311 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); AdvancePastEmptyBuckets() local
1321 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); RetreatPastEmptyBuckets() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp75 static CVSymbol Tombstone( in getTombstoneKey() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h440 enum { Plain, Empty, Tombstone } State = Plain; global() enumerator