Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp231 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin()
234 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
H A DDumpOutputStyle.cpp1308 FixedStreamArray<support::ulittle32_t> HashValues, in dumpFullTypeStream() argument
1315 NumHashBuckets, HashValues, Stream); in dumpFullTypeStream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
147 if (HashValues.empty()) in buildHashMap()
155 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()
231 return HashValues; in getHashValues()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h86 FixedStreamArray<support::ulittle32_t> HashValues; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h430 Optional<std::vector<llvm::yaml::Hex32>> HashValues; member
438 {"HashValues", HashValues.hasValue()}}; in getEntries()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1286 S->HashValues.emplace((Data.getData().size() - Cur.tell()) / 4); in dumpGnuHashSection()
1287 for (llvm::yaml::Hex32 &Val : *S->HashValues) in dumpGnuHashSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1721 for (llvm::yaml::Hex32 Val : *Section.HashValues) in writeSectionContent()
1727 Section.HashValues->size() * 4; in writeSectionContent()
H A DELFYAML.cpp1316 IO.mapOptional("HashValues", Section.HashValues); in sectionMapping()