Searched refs:StreamInfo (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.cpp | 24 std::string StreamInfo::getLongName() const { in getLongName() 32 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name, in createStream() 34 StreamInfo Result; in createStream() 41 StreamInfo StreamInfo::createModuleStream(StringRef Module, in createModuleStream() 43 StreamInfo Result; in createModuleStream() 51 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, in stream() 53 return StreamInfo::createStream(Purpose, Label, Idx); in stream() 56 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx, in moduleStream() 58 return StreamInfo::createModuleStream(Label, StreamIdx, Modi); in moduleStream() 67 SmallVectorImpl<StreamInfo> &Streams) { in discoverStreamPurposes()
|
| H A D | StreamUtil.h | 36 struct StreamInfo { struct 38 StreamInfo() {} in StreamInfo() function 46 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name, argument 48 static StreamInfo createModuleStream(StringRef Module, uint32_t StreamIndex, 59 SmallVectorImpl<StreamInfo> &Streams); argument
|
| H A D | BytesOutputStyle.h | 63 SmallVector<StreamInfo, 8> StreamPurposes;
|
| H A D | DumpOutputStyle.h | 110 SmallVector<StreamInfo, 32> StreamPurposes;
|
| H A D | ExplainOutputStyle.cpp | 246 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset() 250 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()
|