Searched refs:Hfa (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 478 HfaKind Hfa, WindowsRTClassKind WinRTKind, TypeIndex FieldList, in ClassRecord() argument 482 Hfa(Hfa), WinRTKind(WinRTKind), DerivationList(DerivationList), in ClassRecord() 492 HfaKind getHfa() const { return Hfa; } in getHfa() 514 HfaKind Hfa; variable 523 UnionRecord(uint16_t MemberCount, ClassOptions Options, HfaKind Hfa, in UnionRecord() 528 Hfa(Hfa), Size(Size) {} in UnionRecord() 533 HfaKind getHfa() const { return Hfa; } in getHfa() 550 HfaKind Hfa; member
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 138 HfaKind Hfa = static_cast<HfaKind>(HfaMask); in deserialize() local 141 return ClassRecord(Kind, L->MemberCount, Options, Hfa, WRT, L->FieldList, in deserialize() 159 HfaKind Hfa = static_cast<HfaKind>(HfaMask); in deserialize() local 161 return UnionRecord(L->MemberCount, Options, Hfa, L->FieldList, Size, Name, in deserialize()
|