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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp31 uint32_t ExtraFileCount; local
32 if (auto EC = Reader.readInteger(ExtraFileCount))
34 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount))
77 Size += ExtraFileCount * sizeof(uint32_t);
112 ++ExtraFileCount;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h41 // ulittle32_t ExtraFileCount;
117 uint32_t ExtraFileCount = 0; member in class:llvm::codeview::final

Completed in 58 milliseconds