Home
last modified time | relevance | path

Searched refs:getNumStreams (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp85 uint32_t PDBFile::getNumStreams() const { in getNumStreams() function in PDBFile
414 return StreamDBI < getNumStreams() && getStreamByteSize(StreamDBI) > 0; in hasPDBDbiStream()
424 return DbiS->getGlobalSymbolStreamIndex() < getNumStreams(); in hasPDBGlobalsStream()
427 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream()
433 if (StreamIPI >= getNumStreams()) in hasPDBIpiStream()
446 return DbiS->getPublicSymbolStreamIndex() < getNumStreams(); in hasPDBPublicsStream()
453 return DbiS->getSymRecordStreamIndex() < getNumStreams(); in hasPDBSymbolStream()
456 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h27 virtual uint32_t getNumStreams() const = 0;
H A DMSFBuilder.h88 uint32_t getNumStreams() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h63 uint32_t getNumStreams() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp75 uint32_t StreamCount = File.getNumStreams(); in discoverStreamPurposes()
H A DLinePrinter.cpp178 if (StreamIdx >= File.getNumStreams()) { in formatMsfStreamData()
H A DYAMLOutputStyle.cpp95 opts::pdb2yaml::StreamMetadata ? File.getNumStreams() : 0; in dumpFileHeaders()
H A DDumpOutputStyle.cpp250 P.formatLine("Number of streams: {0}", getPdb().getNumStreams()); in dumpFileSummary()
389 uint32_t StreamCount = getPdb().getNumStreams(); in dumpStreamSummary()
H A Dllvm-pdbutil.cpp1372 if (Index >= File.getNumStreams()) { in exportStream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp224 uint32_t MSFBuilder::getNumStreams() const { return StreamData.size(); } in getNumStreams() function in MSFBuilder