Home
last modified time | relevance | path

Searched refs:ExtraFileCount (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp31 uint32_t ExtraFileCount; in operator ()() local
32 if (auto EC = Reader.readInteger(ExtraFileCount)) in operator ()()
34 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount)) in operator ()()
77 Size += ExtraFileCount * sizeof(uint32_t); in calculateSerializedSize()
112 ++ExtraFileCount; in addExtraFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h117 uint32_t ExtraFileCount = 0;