HomeSort by relevance Sort by last modified time
    Searched refs:Hfa (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 478 HfaKind Hfa, WindowsRTClassKind WinRTKind, TypeIndex FieldList,
482 Hfa(Hfa), WinRTKind(WinRTKind), DerivationList(DerivationList),
492 HfaKind getHfa() const { return Hfa; }
514 HfaKind Hfa;
523 UnionRecord(uint16_t MemberCount, ClassOptions Options, HfaKind Hfa,
528 Hfa(Hfa), Size(Size) {}
533 HfaKind getHfa() const { return Hfa; }
550 HfaKind Hfa;
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 138 HfaKind Hfa = static_cast<HfaKind>(HfaMask);
141 return ClassRecord(Kind, L->MemberCount, Options, Hfa, WRT, L->FieldList,
159 HfaKind Hfa = static_cast<HfaKind>(HfaMask);
161 return UnionRecord(L->MemberCount, Options, Hfa, L->FieldList, Size, Name,

Completed in 329 milliseconds