Home
last modified time | relevance | path

Searched refs:getHashValues (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h46 codeview::FixedStreamArray<support::ulittle32_t> getHashValues() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h52 FixedStreamArray<support::ulittle32_t> getHashValues() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DAnalyze.cpp53 uint32_t H = Tpi.getHashValues()[I]; in visitTypeBegin()
DDumpOutputStyle.cpp1112 Stream.getNumHashBuckets(), Stream.getHashValues()); in dumpPartialTypeStream()
1246 Stream.getNumHashBuckets(), Stream.getHashValues(), in dumpTpiStream()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp147 FixedStreamArray<support::ulittle32_t> TpiStream::getHashValues() const { in getHashValues() function in TpiStream
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp254 TpiStream::getHashValues() const { in getHashValues() function in TpiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp347 P.printList("Values", Tpi.getHashValues()); in dumpTpiHash()