Home
last modified time | relevance | path

Searched refs:getStreamSize (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h32 uint32_t getStreamSize() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h92 uint32_t getStreamSize(uint32_t StreamIdx) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp84 uint32_t InfoStream::getStreamSize() const { return Stream->getLength(); } in getStreamSize() function in InfoStream
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp193 uint32_t OldSize = getStreamSize(Idx); in setStreamSize()
226 uint32_t MSFBuilder::getStreamSize(uint32_t StreamIdx) const { in getStreamSize() function in MSFBuilder
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp467 {Info.getStreamSize(), "PDB Feature Signatures", in explainStreamOffset()