Home
last modified time | relevance | path

Searched refs:getSymHash (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h30 uint32_t getSymHash() const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPublicsStream.cpp43 uint32_t PublicsStream::getSymHash() const { return Header->SymHash; } in getSymHash() function in PublicsStream
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1648 P.formatLine("sym hash = {0}, thunk table addr = {1}", Publics.getSymHash(), in dumpPublics()