Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp34 const DebugSubsectionHeader *Header; in initialize()
49 return sizeof(DebugSubsectionHeader) + Data.getLength(); in getRecordLength()
69 return sizeof(DebugSubsectionHeader) + alignTo(DataSize, 4); in calculateSerializedLength()
76 DebugSubsectionHeader Header; in commit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h31 struct DebugSubsectionHeader { struct