Home
last modified time | relevance | path

Searched refs:HashValues (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h31 FixedStreamArray<support::ulittle32_t> HashValues, in MinimalTypeDumpVisitor() argument
35 HashValues(HashValues), Stream(Stream) {} in MinimalTypeDumpVisitor()
64 FixedStreamArray<support::ulittle32_t> HashValues; variable
H A DMinimalTypeDumper.cpp236 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin()
239 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
H A DDumpOutputStyle.cpp1204 FixedStreamArray<support::ulittle32_t> HashValues, in dumpFullTypeStream() argument
1211 NumHashBuckets, HashValues, Stream); in dumpFullTypeStream()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp96 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
146 if (HashValues.empty()) in buildHashMap()
154 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()
230 return HashValues; in getHashValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h91 FixedStreamArray<support::ulittle32_t> HashValues; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h476 std::optional<std::vector<llvm::yaml::Hex32>> HashValues; member
484 {"HashValues", HashValues.has_value()}}; in getEntries()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1908 for (llvm::yaml::Hex32 Val : *Section.HashValues) in writeSectionContent()
1914 Section.HashValues->size() * 4; in writeSectionContent()
H A DELFYAML.cpp1474 IO.mapOptional("HashValues", Section.HashValues); in sectionMapping()