Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp285 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::SectionHdr); in initializeSectionHeadersData() local
286 if (StreamNum >= Pdb.getNumStreams()) in initializeSectionHeadersData()
289 auto SHS = MappedBlockStream::createIndexedStream(StreamNum, Pdb); in initializeSectionHeadersData()
310 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::NewFPO); in initializeFpoRecords() local
313 if (StreamNum == InvalidStreamIndex) in initializeFpoRecords()
316 if (StreamNum >= Pdb.getNumStreams()) in initializeFpoRecords()
319 auto FS = MappedBlockStream::createIndexedStream(StreamNum, Pdb); in initializeFpoRecords()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp334 uint32_t StreamNum = getDebugStreamIndex(Type); in createIndexedStreamForHeaderType() local
337 if (StreamNum == kInvalidStreamIndex) in createIndexedStreamForHeaderType()
340 return Pdb->safelyCreateIndexedStream(StreamNum); in createIndexedStreamForHeaderType()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp334 uint32_t StreamNum = getDebugStreamIndex(Type); in createIndexedStreamForHeaderType() local
337 if (StreamNum == kInvalidStreamIndex) in createIndexedStreamForHeaderType()
340 return Pdb->safelyCreateIndexedStream(StreamNum); in createIndexedStreamForHeaderType()