Searched refs:HfaKind (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 478 HfaKind Hfa, WindowsRTClassKind WinRTKind, TypeIndex FieldList, in ClassRecord() 492 HfaKind getHfa() const { return Hfa; } in getHfa() 514 HfaKind Hfa; 523 UnionRecord(uint16_t MemberCount, ClassOptions Options, HfaKind Hfa, in UnionRecord() 533 HfaKind getHfa() const { return Hfa; } in getHfa() 550 HfaKind Hfa;
|
D | CodeView.h | 241 enum class HfaKind : uint8_t { enum
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 138 HfaKind Hfa = static_cast<HfaKind>(HfaMask); in deserialize() 159 HfaKind Hfa = static_cast<HfaKind>(HfaMask); in deserialize()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1539 Kind, 0, CO, HfaKind::None, WindowsRTClassKind::None, TypeIndex(), in lowerTypeClass() 1565 Kind, FieldCount, CO, HfaKind::None, WindowsRTClassKind::None, FieldTI, in lowerCompleteTypeClass() 1583 TypeTable.writeUnion(UnionRecord(0, CO, HfaKind::None, TypeIndex(), 0, in lowerTypeUnion() 1605 UnionRecord(FieldCount, CO, HfaKind::None, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()
|