reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
79 return ContainerLayout.StreamMap;
lib/DebugInfo/MSF/MSFBuilder.cpp296 L.StreamMap.resize(StreamData.size()); 303 L.StreamMap[I] = 375 for (const auto &Blocks : Layout.StreamMap) {lib/DebugInfo/MSF/MappedBlockStream.cpp
62 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index"); 64 SL.Blocks = Layout.StreamMap[StreamIndex]; 330 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index"); 332 SL.Blocks = Layout.StreamMap[StreamIndex];lib/DebugInfo/PDB/Native/PDBFile.cpp
99 return ContainerLayout.StreamMap[StreamIndex]; 224 ContainerLayout.StreamMap.push_back(Blocks);lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
322 auto InfoStreamBlocks = Layout.StreamMap[StreamPDB];
tools/llvm-pdbutil/ExplainOutputStyle.cpp 126 for (const auto &Entry : enumerate(Layout.StreamMap)) {
unittests/DebugInfo/MSF/MSFBuilderTest.cpp299 EXPECT_EQ(3U, L.StreamMap.size()); 304 EXPECT_EQ(ExpectedNumBlocks, L.StreamMap[I].size()); 323 EXPECT_EQ(1U, L.StreamMap[0].size()); 326 EXPECT_EQ(B + 2, L.StreamMap[0].front()); 381 auto BlocksRef = L.StreamMap[*SN];