Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h271 MethodKindMask = 0x001c, enumerator
DTypeRecord.h45 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind()
54 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags()
/external/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()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h282 MethodKindMask = 0x001c, enumerator
DTypeRecord.h66 (unsigned(Attrs) & unsigned(MethodOptions::MethodKindMask)) >> in getMethodKind()
75 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask)); in getFlags()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp18 Attrs &= uint16_t(MethodOptions::MethodKindMask); in getMethodKind()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp17 Attrs &= uint16_t(MethodOptions::MethodKindMask); in getMethodKind()