Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDGSIStreamBuilder.h81 uint32_t calculateGlobalsHashStreamSize() const;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDGSIStreamBuilder.cpp303 uint32_t GSIStreamBuilder::calculateGlobalsHashStreamSize() const { in calculateGlobalsHashStreamSize() function in GSIStreamBuilder
312 Expected<uint32_t> Idx = Msf.addStream(calculateGlobalsHashStreamSize()); in finalizeMsfLayout()