Home
last modified time | relevance | path

Searched refs:named_streams (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DInfoStream.h49 iterator_range<StringMapConstIterator<uint32_t>> named_streams() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStream.h56 StringMap<uint32_t> named_streams() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DInfoStream.cpp64 InfoStream::named_streams() const { in named_streams() function in InfoStream
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStream.cpp96 StringMap<uint32_t> InfoStream::named_streams() const { in named_streams() function in InfoStream
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp92 for (auto &NSE : Info->named_streams()) { in discoverStreamPurposes()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp137 for (auto &NSE : Info->named_streams()) { in dumpStreamSummary()