Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h35 struct InlineeSourceLineHeader { struct
45 const InlineeSourceLineHeader *Header; argument
91 InlineeSourceLineHeader Header;
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp72 Size += Entries.size() * sizeof(InlineeSourceLineHeader); in calculateSerializedSize()