Searched refs:StreamInfo (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.cpp | 23 std::string StreamInfo::getLongName() const { 31 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name, 33 StreamInfo Result; in createStream() 40 StreamInfo StreamInfo::createModuleStream(StringRef Module, 42 StreamInfo Result; in createModuleStream() 50 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, 52 return StreamInfo::createStream(Purpose, Label, Idx); in stream() 55 static inline StreamInfo moduleStrea in stream() [all...] |
H A D | StreamUtil.h | 36 struct StreamInfo { struct 38 StreamInfo() {} in StreamInfo() argument 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 | 108 SmallVector<StreamInfo, 32> StreamPurposes;
|
H A D | ExplainOutputStyle.cpp | 245 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset() 249 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()
|