Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h62 uint32_t getMaxStreamSize() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp88 uint32_t PDBFile::getMaxStreamSize() const { in getMaxStreamSize() function in PDBFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp361 uint32_t MaxStreamSize = getPdb().getMaxStreamSize(); in dumpStreamSummary()