Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp23 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 DStreamUtil.h36 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 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()