/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | InfoStreamBuilder.cpp | 26 NamedStreamMap &NamedStreams) in InfoStreamBuilder() argument 28 NamedStreams(NamedStreams) { in InfoStreamBuilder() 51 NamedStreams.calculateSerializedLength() + in finalizeMsfLayout() 72 if (auto EC = NamedStreams.commit(Writer)) in commit()
|
D | InfoStream.cpp | 46 if (auto EC = NamedStreams.load(Reader)) in reload() 90 if (!NamedStreams.get(Name, Result)) in getNamedStreamIndex() 96 return NamedStreams.entries(); in named_streams() 126 return NamedStreams; in getNamedStreams()
|
D | PDBFileBuilder.cpp | 52 Info = std::make_unique<InfoStreamBuilder>(*Msf, NamedStreams); in getInfoBuilder() 88 NamedStreams.set(Name, *ExpectedStream); in allocateNamedStream() 219 if (!NamedStreams.get(Name, SN)) in getNamedStreamIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | InfoStreamBuilder.cpp | 26 NamedStreamMap &NamedStreams) in InfoStreamBuilder() argument 28 NamedStreams(NamedStreams) { in InfoStreamBuilder() 51 NamedStreams.calculateSerializedLength() + in finalizeMsfLayout() 72 if (auto EC = NamedStreams.commit(Writer)) in commit()
|
D | InfoStream.cpp | 46 if (auto EC = NamedStreams.load(Reader)) in reload() 90 if (!NamedStreams.get(Name, Result)) in getNamedStreamIndex() 96 return NamedStreams.entries(); in named_streams() 126 return NamedStreams; in getNamedStreams()
|
D | PDBFileBuilder.cpp | 53 Info = std::make_unique<InfoStreamBuilder>(*Msf, NamedStreams); in getInfoBuilder() 89 NamedStreams.set(Name, *ExpectedStream); in allocateNamedStream() 220 if (!NamedStreams.get(Name, SN)) in getNamedStreamIndex()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | InfoStream.cpp | 53 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-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | InfoStreamBuilder.h | 32 InfoStreamBuilder(msf::MSFBuilder &Msf, NamedStreamMap &NamedStreams); 71 NamedStreamMap &NamedStreams; variable
|
D | InfoStream.h | 69 NamedStreamMap NamedStreams; variable
|
D | PDBFileBuilder.h | 104 NamedStreamMap NamedStreams; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | InfoStreamBuilder.h | 32 InfoStreamBuilder(msf::MSFBuilder &Msf, NamedStreamMap &NamedStreams); 71 NamedStreamMap &NamedStreams; variable
|
D | InfoStream.h | 69 NamedStreamMap NamedStreams; variable
|
D | PDBFileBuilder.h | 103 NamedStreamMap NamedStreams; variable
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | StreamUtil.cpp | 77 DenseMap<uint16_t, std::string> NamedStreams; in discoverStreamPurposes() local 93 NamedStreams[NSE.second] = std::string(NSE.first()); in discoverStreamPurposes() 171 auto NSIter = NamedStreams.find(StreamIdx); in discoverStreamPurposes() 176 } else if (NSIter != NamedStreams.end()) { in discoverStreamPurposes()
|
D | PdbYaml.h | 61 std::vector<NamedStreamMapping> NamedStreams; member
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | InfoStreamBuilder.h | 45 Optional<NameMap> NamedStreams; variable
|
D | InfoStream.h | 72 NameMap NamedStreams; variable
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 128 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()
|