Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
733 MethodKind getMethodKind() const { return Attrs.getMethodKind(); } in getMethodKind() function
740 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
741 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp339 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()
H A DTypeIndexDiscovery.cpp17 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind() function
24 MethodKind MK = getMethodKind(Attrs); in isIntroVirtual()
H A DTypeRecordMapping.cpp126 IO, Method.getAccess(), Method.getMethodKind(), Method.getOptions()); in operator ()()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp186 std::string Kind = methodKind(Attrs.getMethodKind()); in memberAttributes()