Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h33 uint32_t getSymHash() const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h33 uint32_t getSymHash() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h36 uint32_t getSymHash() const;
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPublicsStream.cpp45 uint32_t PublicsStream::getSymHash() const { return Header->SymHash; } in getSymHash() function in PublicsStream
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPublicsStream.cpp45 uint32_t PublicsStream::getSymHash() const { return Header->SymHash; } in getSymHash() function in PublicsStream
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp80 uint32_t PublicsStream::getSymHash() const { return Header->SymHash; } in getSymHash() function in PublicsStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp697 P.printNumber("SymHash", Publics->getSymHash()); in dumpPublicsStream()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1747 P.formatLine("sym hash = {0}, thunk table addr = {1}", Publics.getSymHash(), in dumpPublics()