Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp25 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 DStreamUtil.h37 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 DBytesOutputStyle.h64 SmallVector<StreamInfo, 8> StreamPurposes;
H A DDumpOutputStyle.h109 SmallVector<StreamInfo, 32> StreamPurposes;
H A DExplainOutputStyle.cpp244 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset()
248 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()