Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp304 printTypeIndex("ClassType", Id.getClassType()); in visitKnownRecord()
323 printTypeIndex("ClassType", MF.getClassType()); in visitKnownRecord()
DRecordName.cpp144 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h192 TypeIndex getClassType() const { return ClassType; } in getClassType() function
231 TypeIndex getClassType() const { return ClassType; } in getClassType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1770 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1771 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
DDwarfUnit.cpp821 *getOrCreateTypeDIE(cast<DIDerivedType>(DTy)->getClassType())); in constructTypeDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h843 DIType *getClassType() const { in getClassType() function