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

  /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/
PDBFileBuilder.cpp 68 if (!Ipi)
69 Ipi = std::make_unique<TpiStreamBuilder>(*Msf, StreamIPI);
70 return *Ipi;
124 if (Ipi && Ipi->getRecordCount() > 0) {
160 if (Ipi) {
161 if (auto EC = Ipi->finalizeMsfLayout())
310 if (Ipi) {
311 if (auto EC = Ipi->commit(Layout, Buffer))
NativeInlineSiteSymbol.cpp 63 auto Ipi = Session.getPDBFile().getPDBIpiStream();
64 if (!Ipi) {
65 consumeError(Ipi.takeError());
70 LazyRandomTypeCollection &Ids = Ipi->typeCollection();
PDBFile.cpp 316 if (!Ipi) {
326 Ipi = std::move(TempIpi);
328 return *Ipi;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFileBuilder.h 93 std::unique_ptr<TpiStreamBuilder> Ipi;
PDBFile.h 136 std::unique_ptr<TpiStream> Ipi;

Completed in 73 milliseconds