Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h37 struct InlineeSourceLineHeader { struct
47 const InlineeSourceLineHeader *Header; argument
88 InlineeSourceLineHeader Header;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp72 Size += Entries.size() * sizeof(InlineeSourceLineHeader); in calculateSerializedSize()