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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h31 FixedStreamArray<support::ulittle32_t> HashValues,
35 HashValues(HashValues), Stream(Stream) {}
64 FixedStreamArray<support::ulittle32_t> HashValues; member in class:llvm::pdb::MinimalTypeDumpVisitor
27 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, bool Hashes, codeview::LazyRandomTypeCollection &Types, TypeReferenceTracker *RefTracker, uint32_t NumHashBuckets, FixedStreamArray<support::ulittle32_t> HashValues, pdb::TpiStream *Stream) argument
H A DMinimalTypeDumper.cpp230 if (Index.toArrayIndex() >= HashValues.size()) {
233 uint32_t Hash = HashValues[Index.toArrayIndex()];
H A DDumpOutputStyle.cpp1313 FixedStreamArray<support::ulittle32_t> HashValues,
1320 NumHashBuckets, HashValues, Stream);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp97 if (auto EC = HSR.readArray(HashValues, NumHashValues))
147 if (HashValues.empty())
155 uint32_t HV = HashValues[TIB.toArrayIndex()];
231 return HashValues;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h86 FixedStreamArray<support::ulittle32_t> HashValues; member in class:llvm::pdb::TpiStream
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1072 IO.mapOptional("HashValues", Section.HashValues);
1398 !Sec->HashBuckets && !Sec->HashValues)
1403 Sec->HashValues) {
1405 !Sec->HashValues)
1407 "\"HashBuckets\" and \"HashValues\" must be used together";
1410 "\"HashBuckets\" and \"HashValues\" can't be used together with "
H A DELFEmitter.cpp1301 for (llvm::yaml::Hex32 Val : *Section.HashValues)
1307 Section.HashValues->size() * 4;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h310 Optional<std::vector<llvm::yaml::Hex32>> HashValues; member in struct:llvm::ELFYAML::GnuHashSection

Completed in 536 milliseconds