Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h64 MethodKind getMethodKind() const { in getMethodKind() function
80 auto MP = getMethodKind(); in isVirtual()
87 auto MP = getMethodKind(); in isIntroducedVirtual()
94 return getMethodKind() == MethodKind::Static; in isStatic()
734 MethodKind getMethodKind() const { return Attrs.getMethodKind(); } in getMethodKind() function
741 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
742 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/freebsd/contrib/llvm-project/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()
474 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()
H A DTypeRecordMapping.cpp146 IO, Method.getAccess(), Method.getMethodKind(), Method.getOptions()); in operator ()()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp191 std::string Kind = methodKind(Attrs.getMethodKind()); in memberAttributes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2783 MethodKind Kind = Method.getMethodKind(); in visitKnownMember()