Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp30 const DebugSubsectionHeader *Header; in initialize()
44 return sizeof(DebugSubsectionHeader) + Data.getLength(); in getRecordLength()
64 return sizeof(DebugSubsectionHeader) + alignTo(DataSize, 4); in calculateSerializedLength()
72 DebugSubsectionHeader Header; in commit()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h30 struct DebugSubsectionHeader { struct