Home
last modified time | relevance | path

Searched refs:calculateGlobalsHashStreamSize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGSIStreamBuilder.h69 uint32_t calculateGlobalsHashStreamSize() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp174 uint32_t GSIStreamBuilder::calculateGlobalsHashStreamSize() const { in calculateGlobalsHashStreamSize() function in GSIStreamBuilder
186 Expected<uint32_t> Idx = Msf.addStream(calculateGlobalsHashStreamSize()); in finalizeMsfLayout()