Home
last modified time | relevance | path

Searched refs:MethodKindMask (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h282 MethodKindMask = 0x001c, enumerator
H A DTypeRecord.h73 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind()
82 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp18 Attrs &= uint16_t(MethodOptions::MethodKindMask); in getMethodKind()