Searched refs:MethodKindShift (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h44 MethodKindShift = 2, enumerator in enum:llvm::codeview::MemberAttributes::__anon1735
54 Attrs |= (static_cast<uint16_t>(Kind) << MethodKindShift);
67 MethodKindShift);

Completed in 105 milliseconds