Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h117 uint32_t ExtraFileCount = 0;