Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h282 MethodKindMask = 0x001c, enumerator
H A DTypeRecord.h66 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind()
75 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp18 Attrs &= uint16_t(MethodOptions::MethodKindMask); in getMethodKind()