/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRnglists.cpp | 100 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()
|
H A D | DWARFDebugRangeList.cpp | 92 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressSize) - 1; in getAbsoluteRanges() local 101 if (E.LowPC == Tombstone) in getAbsoluteRanges() 109 if (BaseAddr->Address == Tombstone) in getAbsoluteRanges()
|
H A D | DWARFDie.cpp | 346 uint64_t Tombstone = dwarf::computeTombstoneAddress(U->getAddressByteSize()); in getHighPC() local 347 if (LowPC == Tombstone) in getHighPC()
|
H A D | DWARFDebugLine.cpp | 958 uint64_t Tombstone = in parse() local 960 TombstonedAddress = State.Row.Address.Address == Tombstone; in parse()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 69 Options.Tombstone, CU->getAddressByteSize())) { in ObjFileAddressMap() 92 Opts.Tombstone, in getSubprogramRelocAdjustment() 116 if (!isDeadAddress(Op.getRawOperand(0), U.getVersion(), Opts.Tombstone, in getExprOpAddressRelocAdjustment() 125 if (!isDeadAddress(Address->Address, U.getVersion(), Opts.Tombstone, in getExprOpAddressRelocAdjustment() 197 uint16_t Version, TombstoneKind Tombstone, in isDeadAddressRange() argument 199 switch (Tombstone) { in isDeadAddressRange() 214 bool isDeadAddress(uint64_t LowPC, uint16_t Version, TombstoneKind Tombstone, in isDeadAddress() argument 216 return isDeadAddressRange(LowPC, std::nullopt, Version, Tombstone, in isDeadAddress()
|
H A D | llvm-dwarfutil.cpp | 103 if (opt::Arg *Tombstone = Args.getLastArg(OPT_tombstone)) { in validateAndSetOptions() 104 StringRef S = Tombstone->getValue(); in validateAndSetOptions() 106 Options.Tombstone = TombstoneKind::BFD; in validateAndSetOptions() 108 Options.Tombstone = TombstoneKind::MaxPC; in validateAndSetOptions() 110 Options.Tombstone = TombstoneKind::Universal; in validateAndSetOptions() local 112 Options.Tombstone = TombstoneKind::Exec; in validateAndSetOptions()
|
H A D | Options.h | 39 TombstoneKind Tombstone = TombstoneKind::Universal; member
|
H A D | Options.td | 50 HelpText<"Tombstone value used as a marker of invalid address(default: universal)\n"
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SmallPtrSet.cpp | 70 const void *const *Tombstone = nullptr; in FindBucketFor() local 76 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor() 84 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor() 85 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeHashing.h | 185 static codeview::LocallyHashedType Tombstone; 189 static codeview::LocallyHashedType getTombstoneKey() { return Tombstone; } 205 static codeview::GloballyHashedType Tombstone; 209 static codeview::GloballyHashedType getTombstoneKey() { return Tombstone; }
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeHashing.cpp | 18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}}; 26 GloballyHashedType DenseMapInfo<GloballyHashedType>::Tombstone{TombstoneHash};
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | WasmTraits.h | 30 Sig.State = wasm::WasmSignature::Tombstone;
|
H A D | Wasm.h | 495 enum { Plain, Empty, Tombstone } State = Plain; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GSIStreamBuilder.cpp | 75 static CVSymbol Tombstone( in getTombstoneKey() 77 return Tombstone; in getTombstoneKey() 74 static CVSymbol Tombstone( getTombstoneKey() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 1327 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local 1330 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets() 1337 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in RetreatPastEmptyBuckets() local 1340 KeyInfoT::isEqual(Ptr[-1].getFirst(), Tombstone))) in RetreatPastEmptyBuckets()
|