Home
last modified time | relevance | path

Searched refs:getHashKeySize (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h44 uint32_t getHashKeySize() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h50 uint32_t getHashKeySize() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp141 uint32_t TpiStream::getHashKeySize() const { return Header->HashKeySize; } in getHashKeySize() function in TpiStream
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp251 uint32_t TpiStream::getHashKeySize() const { return Header->HashKeySize; } in getHashKeySize() function in TpiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp346 P.printNumber("Hash Key Size", Tpi.getHashKeySize()); in dumpTpiHash()