Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp275 uint32_t NameStreamIndex = IS->getNamedStreamIndex("/names"); in getStringTable() local
277 if (NameStreamIndex == 0) in getStringTable()
279 if (NameStreamIndex >= getNumStreams()) in getStringTable()
282 auto NS = MappedBlockStream::createIndexedStream(NameStreamIndex, *this); in getStringTable()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp301 uint32_t NameStreamIndex = in dumpNamedStream() local
303 if (NameStreamIndex == 0 || NameStreamIndex >= File.getNumStreams()) in dumpNamedStream()
306 if (NameStreamIndex != 0) { in dumpNamedStream()
311 P.printNumber("Index", NameStreamIndex); in dumpNamedStream()
314 MappedBlockStream::createIndexedStream(NameStreamIndex, File); in dumpNamedStream()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp376 uint32_t NameStreamIndex = *ExpectedNSI; in getStringTable() local
379 safelyCreateIndexedStream(ContainerLayout, *Buffer, NameStreamIndex); in getStringTable()