Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h71 MethodKind getMethodKind() const { in getMethodKind() function
87 auto MP = getMethodKind(); in isVirtual()
94 auto MP = getMethodKind(); in isIntroducedVirtual()
101 return getMethodKind() == MethodKind::Static; in isStatic()
740 MethodKind getMethodKind() const { return Attrs.getMethodKind(); } in getMethodKind() function
747 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
748 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp340 printMemberAttributes(M.getAccess(), M.getMethodKind(), M.getOptions()); in visitKnownRecord()
437 return printMemberAttributes(Attrs.getAccess(), Attrs.getMethodKind(), in printMemberAttributes()
475 MethodKind K = Method.getMethodKind(); in visitKnownMember()
H A DTypeIndexDiscovery.cpp17 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind() function
24 MethodKind MK = getMethodKind(Attrs); in isIntroVirtual()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp186 std::string Kind = methodKind(Attrs.getMethodKind()); in memberAttributes()