Searched refs:StreamInfo (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.cpp | 25 std::string StreamInfo::getLongName() const { in getLongName() 33 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name, in createStream() 35 StreamInfo Result; in createStream() 42 StreamInfo StreamInfo::createModuleStream(StringRef Module, in createModuleStream() 44 StreamInfo Result; in createModuleStream() 52 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, in stream() 54 return StreamInfo::createStream(Purpose, Label, Idx); in stream() 57 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx, in moduleStream() 59 return StreamInfo::createModuleStream(Label, StreamIdx, Modi); in moduleStream() 68 SmallVectorImpl<StreamInfo> &Streams) { in discoverStreamPurposes()
|
| H A D | StreamUtil.h | 37 struct StreamInfo { struct 39 StreamInfo() {} in StreamInfo() argument 47 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name, argument 49 static StreamInfo createModuleStream(StringRef Module, uint32_t StreamIndex, 60 SmallVectorImpl<StreamInfo> &Streams); argument
|
| H A D | BytesOutputStyle.h | 64 SmallVector<StreamInfo, 8> StreamPurposes;
|
| H A D | DumpOutputStyle.h | 109 SmallVector<StreamInfo, 32> StreamPurposes;
|
| H A D | ExplainOutputStyle.cpp | 244 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset() 248 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()
|