Home
last modified time | relevance | path

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

/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()