Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDInfoStream.h48 BinarySubstreamRef getNamedStreamsBuffer() const;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDInfoStream.cpp127 BinarySubstreamRef InfoStream::getNamedStreamsBuffer() const { in getNamedStreamsBuffer() function in InfoStream
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDBytesOutputStyle.cpp202 BinarySubstreamRef NS = InfoS.getNamedStreamsBuffer(); in dumpNameMap()