Searched refs:DbgStreams (Results 1 – 10 of 10) sorted by relevance
93 DbgStreams[(int)Type].emplace(); in addDbgStream()94 DbgStreams[(int)Type]->Size = Data.size(); in addDbgStream()95 DbgStreams[(int)Type]->WriteFn = [Data](BinaryStreamWriter &Writer) { in addDbgStream()185 return DbgStreams.size() * sizeof(uint16_t); in calculateDbgStreamsSize()278 H->OptionalDbgHdrSize = DbgStreams.size() * sizeof(uint16_t); in finalize()293 DbgStreams[(int)DbgHeaderType::NewFPO].emplace(); in finalizeMsfLayout()294 DbgStreams[(int)DbgHeaderType::NewFPO]->Size = in finalizeMsfLayout()296 DbgStreams[(int)DbgHeaderType::NewFPO]->WriteFn = in finalizeMsfLayout()303 DbgStreams[(int)DbgHeaderType::FPO].emplace(); in finalizeMsfLayout()304 DbgStreams[(int)DbgHeaderType::FPO]->Size = in finalizeMsfLayout()[all …]
116 DbgStreams, Header->OptionalDbgHdrSize / sizeof(ulittle16_t))) in reload()331 if (DbgStreams.empty()) in createIndexedStreamForHeaderType()380 if (T >= DbgStreams.size()) in getDebugStreamIndex()382 return DbgStreams[T]; in getDebugStreamIndex()
89 DbgStreams[(int)Type].emplace(); in addDbgStream()90 DbgStreams[(int)Type]->Size = Data.size(); in addDbgStream()91 DbgStreams[(int)Type]->WriteFn = [Data](BinaryStreamWriter &Writer) { in addDbgStream()181 return DbgStreams.size() * sizeof(uint16_t); in calculateDbgStreamsSize()274 H->OptionalDbgHdrSize = DbgStreams.size() * sizeof(uint16_t); in finalize()289 DbgStreams[(int)DbgHeaderType::NewFPO].emplace(); in finalizeMsfLayout()290 DbgStreams[(int)DbgHeaderType::NewFPO]->Size = in finalizeMsfLayout()292 DbgStreams[(int)DbgHeaderType::NewFPO]->WriteFn = in finalizeMsfLayout()299 DbgStreams[(int)DbgHeaderType::FPO].emplace(); in finalizeMsfLayout()300 DbgStreams[(int)DbgHeaderType::FPO]->Size = in finalizeMsfLayout()[all …]
116 FixedStreamArray<support::ulittle16_t> DbgStreams; variable
137 std::array<Optional<DebugStream>, (int)DbgHeaderType::Max> DbgStreams; variable
135 std::array<Optional<DebugStream>, (int)DbgHeaderType::Max> DbgStreams; variable
166 if (auto EC = Reader.readArray(DbgStreams, Header->OptionalDbgHdrSize / in reload()423 return DbgStreams[static_cast<uint16_t>(Type)]; in getDebugStreamIndex()
130 codeview::FixedStreamArray<support::ulittle16_t> DbgStreams; variable