Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp32 uint32_t ExtraFileCount; in operator ()() local
33 if (auto EC = Reader.readInteger(ExtraFileCount)) in operator ()()
35 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount)) in operator ()()
78 Size += ExtraFileCount * sizeof(uint32_t); in calculateSerializedSize()
113 ++ExtraFileCount; in addExtraFile()
/llvm-project/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-inlining.test43 ; CHECK-NEXT: ExtraFileCount: 0
51 ; CHECK-NEXT: ExtraFileCount: 0
60 ; CHECK-NEXT: ExtraFileCount: 2
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h116 uint32_t ExtraFileCount = 0;