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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 136 std::unique_ptr<TpiStream> Ipi;
PDBFileBuilder.h 93 std::unique_ptr<TpiStreamBuilder> Ipi;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
StreamUtil.cpp 72 auto Ipi = File.getPDBIpiStream();
109 Streams[StreamIdx] = stream(StreamPurpose::IPI, "IPI Stream", StreamIdx);
125 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamIndex())
127 stream(StreamPurpose::IpiHash, "IPI Hash", StreamIdx);
128 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamAuxIndex())
130 stream(StreamPurpose::Other, "IPI Aux Hash", StreamIdx);
190 if (!Ipi)
    [all...]
llvm-pdbutil.cpp 471 cl::desc("Dump a detailed breakdown of IPI types usage/size"),
508 cl::desc("dump CodeView type records from IPI stream"),
512 cl::desc("dump CodeView type record raw bytes from IPI stream"),
668 cl::opt<bool> IpiStream("ipi-stream",
669 cl::desc("Dump the IPI Stream (Stream 5)"),
845 const auto &Ipi = YamlObj.IpiStream.getValueOr(DefaultIpiStream);
847 IpiBuilder.setVersionHeader(Ipi.Version);
848 for (const auto &R : Ipi.Records) {
1301 // Create a Tpi and Ipi type table with all types from all input files.
1313 auto &Ipi = ExitOnErr(File.getPDBIpiStream())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeInlineSiteSymbol.cpp 63 auto Ipi = Session.getPDBFile().getPDBIpiStream();
64 if (!Ipi) {
65 consumeError(Ipi.takeError());
70 LazyRandomTypeCollection &Ids = Ipi->typeCollection();

Completed in 18 milliseconds