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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugInlineeLinesSubsection.cpp 31 uint32_t ExtraFileCount;
32 if (auto EC = Reader.readInteger(ExtraFileCount))
34 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount))
77 Size += ExtraFileCount * sizeof(uint32_t);
112 ++ExtraFileCount;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h 41 // ulittle32_t ExtraFileCount;
117 uint32_t ExtraFileCount = 0;

Completed in 14 milliseconds