Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp93 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 …]
DDbiStream.cpp116 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()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp89 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 …]
DDbiStream.cpp116 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h116 FixedStreamArray<support::ulittle16_t> DbgStreams; variable
DDbiStreamBuilder.h137 std::array<Optional<DebugStream>, (int)DbgHeaderType::Max> DbgStreams; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h116 FixedStreamArray<support::ulittle16_t> DbgStreams; variable
DDbiStreamBuilder.h135 std::array<Optional<DebugStream>, (int)DbgHeaderType::Max> DbgStreams; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp166 if (auto EC = Reader.readArray(DbgStreams, Header->OptionalDbgHdrSize / in reload()
423 return DbgStreams[static_cast<uint16_t>(Type)]; in getDebugStreamIndex()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h130 codeview::FixedStreamArray<support::ulittle16_t> DbgStreams; variable