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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
StreamUtil.h 23 ModuleStream,
StreamUtil.cpp 27 if (Purpose == StreamPurpose::ModuleStream)
47 Result.Purpose = StreamPurpose::ModuleStream;
56 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx,
174 moduleStream(ModIter->second.Descriptor.getModuleName(), StreamIdx,
llvm-pdbutil.h 206 enum class InputFileType { PDBFile, PDBStream, DBIStream, Names, ModuleStream };
ExplainOutputStyle.cpp 267 case StreamPurpose::ModuleStream:
llvm-pdbutil.cpp 723 clEnumValN(InputFileType::ModuleStream, "mod-stream",

Completed in 37 milliseconds