Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h44 uint32_t getHashKeySize() const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h49 uint32_t getHashKeySize() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h49 uint32_t getHashKeySize() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp142 uint32_t TpiStream::getHashKeySize() const { return Header->HashKeySize; } in getHashKeySize() function in TpiStream
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp142 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()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1497 P.formatLine("Hash Key Size: {0}", Stream.getHashKeySize()); in dumpTpiStream()