/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
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()
|
D | DWARFDebugRangeList.cpp | 75 uint64_t Tombstone = dwarf::computeTombstoneAddress(AddressSize) - 1; in getAbsoluteRanges() local 84 if (E.LowPC == Tombstone) in getAbsoluteRanges() 92 if (BaseAddr->Address == Tombstone) in getAbsoluteRanges()
|
D | DWARFDie.cpp | 428 uint64_t Tombstone = dwarf::computeTombstoneAddress(U->getAddressByteSize()); in getHighPC() local 429 if (LowPC == Tombstone) in getHighPC()
|
D | DWARFDebugLine.cpp | 891 uint64_t Tombstone = in parse() local 893 TombstonedAddress = State.Row.Address.Address == Tombstone; in parse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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()
|
/external/llvm-project/llvm/lib/Support/ |
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()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 94 const void *const *Tombstone = nullptr; in FindBucketFor() local 100 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor() 108 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor() 109 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
|
/external/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 93 const void *const *Tombstone = nullptr; in FindBucketFor() local 99 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor() 107 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor() 108 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 182 static codeview::LocallyHashedType Tombstone; 186 static codeview::LocallyHashedType getTombstoneKey() { return Tombstone; } 202 static codeview::GloballyHashedType Tombstone; 206 static codeview::GloballyHashedType getTombstoneKey() { return Tombstone; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 177 static codeview::LocallyHashedType Tombstone; 181 static codeview::LocallyHashedType getTombstoneKey() { return Tombstone; } 197 static codeview::GloballyHashedType Tombstone; 201 static codeview::GloballyHashedType getTombstoneKey() { return Tombstone; }
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/ |
D | Trigram.h | 40 enum class Sentinel { Tombstone = 4, Empty = 5 }; enumerator 96 return Trigram(Trigram::Sentinel::Tombstone);
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}}; 26 GloballyHashedType DenseMapInfo<GloballyHashedType>::Tombstone{TombstoneHash};
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}}; 26 GloballyHashedType DenseMapInfo<GloballyHashedType>::Tombstone{TombstoneHash};
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | WasmTraits.h | 32 Sig.State = wasm::WasmSignature::Tombstone;
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | WasmTraits.h | 32 Sig.State = wasm::WasmSignature::Tombstone;
|
D | Wasm.h | 389 enum { Plain, Empty, Tombstone } State = Plain; enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 39 static CVSymbol Tombstone( in getTombstoneKey() local 41 return Tombstone; in getTombstoneKey()
|
/external/pigweed/pw_kvs/ |
D | entry_test.cc | 60 Entry entry = Entry::Tombstone(partition, 0, kFormat, "k", 0); in TEST() 82 auto entry = Entry::Tombstone(partition, 1, kFormat, "key", 123); in TEST() 280 Entry::Tombstone(partition, 16, kFormatWithChecksum, "K", 0x03020100); in TEST()
|
/external/pigweed/pw_kvs/public/pw_kvs/internal/ |
D | entry.h | 76 static Entry Tombstone(FlashPartition& partition, in Tombstone() function
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 73 static CVSymbol Tombstone( in getTombstoneKey() local 75 return Tombstone; in getTombstoneKey()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 1250 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local 1253 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets() 1260 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in RetreatPastEmptyBuckets() local 1263 KeyInfoT::isEqual(Ptr[-1].getFirst(), Tombstone))) in RetreatPastEmptyBuckets()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | DenseMap.h | 1283 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 360 enum { Plain, Empty, Tombstone } State = Plain; enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 1107 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local 1110 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets()
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 1104 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local 1107 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) in AdvancePastEmptyBuckets()
|