Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRnglists.cpp100 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressByteSize); in getAbsoluteRanges() local
123 if (E.LowPC == Tombstone) in getAbsoluteRanges()
127 if (BaseAddr->Address == Tombstone) in getAbsoluteRanges()
168 if (E.LowPC == Tombstone) in getAbsoluteRanges()
202 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddrSize); in dump() local
231 if (CurrentBase != Tombstone) in dump()
DDWARFDebugRangeList.cpp75 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressSize) - 1; in getAbsoluteRanges() local
84 if (E.LowPC == Tombstone) in getAbsoluteRanges()
92 if (BaseAddr->Address == Tombstone) in getAbsoluteRanges()
DDWARFDie.cpp438 uint64_t Tombstone = dwarf::computeTombstoneAddress(U->getAddressByteSize()); in getHighPC() local
439 if (LowPC == Tombstone) in getHighPC()
DDWARFDebugLine.cpp891 uint64_t Tombstone = in parse() local
893 TombstonedAddress = State.Row.Address.Address == Tombstone; in parse()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DSmallPtrSet.cpp71 const void *const *Tombstone = nullptr; in FindBucketFor() local
77 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor()
85 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor()
86 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h182 static codeview::LocallyHashedType Tombstone;
186 static codeview::LocallyHashedType getTombstoneKey() { return Tombstone; }
202 static codeview::GloballyHashedType Tombstone;
206 static codeview::GloballyHashedType getTombstoneKey() { return Tombstone; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeHashing.cpp18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}};
26 GloballyHashedType DenseMapInfo<GloballyHashedType>::Tombstone{TombstoneHash};
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DWasmTraits.h32 Sig.State = wasm::WasmSignature::Tombstone;
DWasm.h406 enum { Plain, Empty, Tombstone } State = Plain; enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp73 static CVSymbol Tombstone( in getTombstoneKey() local
75 return Tombstone; in getTombstoneKey()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DDenseMap.h1283 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local
1286 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets()
1293 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in RetreatPastEmptyBuckets() local
1296 KeyInfoT::isEqual(Ptr[-1].getFirst(), Tombstone))) in RetreatPastEmptyBuckets()