Home
last modified time | relevance | path

Searched refs:NamedStreams (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStreamBuilder.cpp27 NamedStreamMap &NamedStreams) in InfoStreamBuilder() argument
29 NamedStreams(NamedStreams) { in InfoStreamBuilder()
47 NamedStreams.calculateSerializedLength() + in finalizeMsfLayout()
68 if (auto EC = NamedStreams.commit(Writer)) in commit()
DInfoStream.cpp47 if (auto EC = NamedStreams.load(Reader)) in reload()
91 if (!NamedStreams.get(Name, Result)) in getNamedStreamIndex()
97 return NamedStreams.entries(); in named_streams()
127 return NamedStreams; in getNamedStreams()
DPDBFileBuilder.cpp54 Info = llvm::make_unique<InfoStreamBuilder>(*Msf, NamedStreams); in getInfoBuilder()
90 NamedStreams.set(Name, *ExpectedStream); in allocateNamedStream()
221 if (!NamedStreams.get(Name, SN)) in getNamedStreamIndex()
/external/llvm/lib/DebugInfo/PDB/Raw/
DInfoStream.cpp53 return NamedStreams.load(Reader); in reload()
58 if (!NamedStreams.tryGetValue(Name, Result)) in getNamedStreamIndex()
65 return NamedStreams.entries(); in named_streams()
89 return NamedStreams.commit(Writer); in commit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStreamBuilder.h33 InfoStreamBuilder(msf::MSFBuilder &Msf, NamedStreamMap &NamedStreams);
63 NamedStreamMap &NamedStreams; variable
DInfoStream.h70 NamedStreamMap NamedStreams; variable
DPDBFileBuilder.h103 NamedStreamMap NamedStreams; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp78 DenseMap<uint16_t, std::string> NamedStreams; in discoverStreamPurposes() local
94 NamedStreams[NSE.second] = NSE.first(); in discoverStreamPurposes()
172 auto NSIter = NamedStreams.find(StreamIdx); in discoverStreamPurposes()
177 } else if (NSIter != NamedStreams.end()) { in discoverStreamPurposes()
DPdbYaml.h62 std::vector<NamedStreamMapping> NamedStreams; member
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DInfoStreamBuilder.h45 Optional<NameMap> NamedStreams; variable
DInfoStream.h72 NameMap NamedStreams; variable
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp128 std::unordered_map<uint16_t, std::string> NamedStreams; in dumpStreamSummary() local
138 NamedStreams[NSE.second] = NSE.first(); in dumpStreamSummary()
202 auto NSIter = NamedStreams.find(StreamIdx); in dumpStreamSummary()
207 } else if (NSIter != NamedStreams.end()) { in dumpStreamSummary()