Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h478 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/
DTypeRecord.cpp138 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()