Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h64 uint32_t getMaxStreamSize() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp88 uint32_t PDBFile::getMaxStreamSize() const { in getMaxStreamSize() function in PDBFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp339 uint32_t MaxStreamSize = getPdb().getMaxStreamSize(); in dumpStreamSummary()