Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DIndexedStreamData.cpp16 IndexedStreamData::IndexedStreamData(uint32_t StreamIdx, const IPDBFile &File) in IndexedStreamData() function in IndexedStreamData
19 uint32_t IndexedStreamData::getLength() { in getLength()
23 ArrayRef<support::ulittle32_t> IndexedStreamData::getStreamBlocks() { in getStreamBlocks()
DMappedBlockStream.cpp302 auto Data = llvm::make_unique<IndexedStreamData>(StreamIdx, File); in createIndexedStream()
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp95 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
109 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
122 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
140 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
152 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
165 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
178 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
190 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
203 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
223 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F); in TEST()
[all …]
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DIndexedStreamData.h19 class IndexedStreamData : public IPDBStreamData {
21 IndexedStreamData(uint32_t StreamIdx, const IPDBFile &File);
22 virtual ~IndexedStreamData() {} in ~IndexedStreamData()
/external/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt35 Raw/IndexedStreamData.cpp