HomeSort by: relevance | last modified time | path
    Searched refs:StreamInfo (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
StreamUtil.h 36 struct StreamInfo {
38 StreamInfo() {}
46 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name,
48 static StreamInfo createModuleStream(StringRef Module, uint32_t StreamIndex,
59 SmallVectorImpl<StreamInfo> &Streams);
StreamUtil.cpp 24 std::string StreamInfo::getLongName() const {
32 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name,
34 StreamInfo Result;
41 StreamInfo StreamInfo::createModuleStream(StringRef Module,
43 StreamInfo Result;
51 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label,
53 return StreamInfo::createStream(Purpose, Label, Idx);
56 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx
    [all...]
BytesOutputStyle.h 63 SmallVector<StreamInfo, 8> StreamPurposes;
DumpOutputStyle.h 117 SmallVector<StreamInfo, 32> StreamPurposes;
ExplainOutputStyle.cpp 243 SmallVector<StreamInfo, 12> Streams;
247 const StreamInfo &S = Streams[Stream];

Completed in 17 milliseconds