Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp311 std::vector<uint32_t> *StreamBlocks = nullptr; in dumpStructure() local
316 StreamBlocks = &StreamMap[StreamIdx]; in dumpStructure()
317 if (NumExpectedStreamBlocks > StreamBlocks->size()) in dumpStructure()
327 StreamBlocks->push_back(Data); in dumpStructure()
344 std::vector<uint32_t> &StreamBlocks = StreamMap[StreamIdx]; in dumpStructure() local
345 for (uint32_t &StreamBlock : StreamBlocks) { in dumpStructure()
346 if (&StreamBlock != &StreamBlocks.front()) in dumpStructure()
360 std::vector<uint32_t> &StreamBlocks = StreamMap[DumpStreamNum]; in dumpStructure() local
361 for (uint32_t &StreamBlockAddr : StreamBlocks) { in dumpStructure()