Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h282 MethodKindMask = 0x001c, enumerator
DTypeRecord.h72 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind()
81 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp17 Attrs &= uint16_t(MethodOptions::MethodKindMask); in getMethodKind()