Home
last modified time | relevance | path

Searched defs:StreamSizes (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h67 ArrayRef<support::ulittle32_t> StreamSizes; member
/llvm-project/llvm/unittests/DebugInfo/MSF/
H A DMSFBuilderTest.cpp267 const uint32_t StreamSizes[] = {4000, 6193, 189723}; in TEST_F() local
283 const uint32_t StreamSizes[] = {4000, 6193, 189723}; in TEST_F() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h98 std::optional<std::vector<uint32_t>> StreamSizes; member