Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h70 MethodKind getMethodKind() const { in getMethodKind() function
86 auto MP = getMethodKind(); in isVirtual()
93 auto MP = getMethodKind(); in isIntroducedVirtual()
100 return getMethodKind() == MethodKind::Static; in isStatic()
739 MethodKind getMethodKind() const { return Attrs.getMethodKind(); } in getMethodKind() function
746 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
747 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
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()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
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()
DTypeIndexDiscovery.cpp17 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind() function
24 MethodKind MK = getMethodKind(Attrs); in isIntroVirtual()
DTypeRecordMapping.cpp124 IO, Method.getAccess(), Method.getMethodKind(), Method.getOptions()); in operator ()()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
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()
DTypeIndexDiscovery.cpp16 static inline MethodKind getMethodKind(uint16_t Attrs) { in getMethodKind() function
23 MethodKind MK = getMethodKind(Attrs); in isIntroVirtual()
DTypeRecordMapping.cpp124 IO, Method.getAccess(), Method.getMethodKind(), Method.getOptions()); in operator ()()
/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/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-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp186 std::string Kind = methodKind(Attrs.getMethodKind()); in memberAttributes()