Home
last modified time | relevance | path

Searched refs:StreamInfo (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp23 std::string StreamInfo::getLongName() const { in getLongName()
31 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name, in createStream()
33 StreamInfo Result; in createStream()
40 StreamInfo StreamInfo::createModuleStream(StringRef Module, in createModuleStream()
42 StreamInfo Result; in createModuleStream()
50 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, in stream()
52 return StreamInfo::createStream(Purpose, Label, Idx); in stream()
55 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx, in moduleStream()
57 return StreamInfo::createModuleStream(Label, StreamIdx, Modi); in moduleStream()
66 SmallVectorImpl<StreamInfo> &Streams) { in discoverStreamPurposes()
H A DStreamUtil.h36 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 DBytesOutputStyle.h63 SmallVector<StreamInfo, 8> StreamPurposes;
H A DDumpOutputStyle.h108 SmallVector<StreamInfo, 32> StreamPurposes;
H A DExplainOutputStyle.cpp245 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset()
249 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()