Searched refs:ClassTy (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 378 const DIType *ClassTy = nullptr); 397 codeview::TypeIndex lowerType(const DIType *Ty, const DIType *ClassTy); 411 const DISubroutineType *Ty, const DIType *ClassTy, int ThisAdjustment, 444 const DIType *ClassTy = nullptr);
|
D | CodeViewDebug.cpp | 412 const DICompositeType *ClassTy = nullptr, in getFunctionOptions() argument 427 if (ClassTy && isNonTrivial(ClassTy) && SPName == ClassTy->getName()) { in getFunctionOptions() 464 const DIType *ClassTy) { in recordTypeIndexForDINode() argument 465 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() 1492 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType() argument 1516 if (ClassTy) { in lowerType() 1519 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy, in lowerType() 1887 const DIType *ClassTy, in lowerTypeMemberFunction() argument 1892 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() 2458 TypeIndex CodeViewDebug::getTypeIndex(const DIType *Ty, const DIType *ClassTy) { in getTypeIndex() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 599 unsigned NumElements, LLVMMetadataRef ClassTy);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 964 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType() argument 969 LineNumber, SizeInBits, AlignInBits, Elts, unwrapDI<DIType>(ClassTy))); in LLVMDIBuilderCreateEnumerationType()
|