Home
last modified time | relevance | path

Searched refs:getMethodKind (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h71 MethodKind getMethodKind() const { in getMethodKind() function
87 auto MP = getMethodKind(); in isVirtual()
94 auto MP = getMethodKind(); in isIntroducedVirtual()
705 MethodKind getMethodKind() const { return Attrs.getMethodKind(); } in getMethodKind() function
712 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
713 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp340 printMemberAttributes(M.getAccess(), M.getMethodKind(), M.getOptions()); in visitKnownRecord()
436 return printMemberAttributes(Attrs.getAccess(), Attrs.getMethodKind(), in printMemberAttributes()
474 MethodKind K = Method.getMethodKind(); in visitKnownMember()
DTypeIndexDiscovery.cpp17 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind() function
24 MethodKind MK = getMethodKind(Attrs); in isIntroVirtual()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h43 MethodKind getMethodKind() const { in getMethodKind() function
59 auto MP = getMethodKind(); in isVirtual()
66 auto MP = getMethodKind(); in isIntroducedVirtual()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp272 MethodKind MethKind = L->Attrs.getMethodKind(); in deserialize()
293 MethodKind MethKind = L->Attrs.getMethodKind(); in deserialize()
DTypeDumper.cpp507 return printMemberAttributes(Attrs.getAccess(), Attrs.getMethodKind(), in printMemberAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp162 std::string Kind = methodKind(Attrs.getMethodKind()); in memberAttributes()