Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp31 const DebugSubsectionHeader *Header; in initialize()
45 return sizeof(DebugSubsectionHeader) + Data.getLength(); in getRecordLength()
65 return sizeof(DebugSubsectionHeader) + alignTo(DataSize, 4); in calculateSerializedLength()
73 DebugSubsectionHeader Header; in commit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h30 struct DebugSubsectionHeader { struct