Searched refs:getTypeArray (Results 1 – 12 of 12) sorted by relevance
822 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE()1191 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()1192 DefinitionArgs = SP->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()1274 Args = SPTy->getTypeArray(); in applySubprogramAttributes()
427 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions()2017 for (const DIType *ArgType : Ty->getTypeArray()) in lowerTypeFunction()2052 DITypeRefArray ReturnAndArgs = Ty->getTypeArray(); in lowerTypeMemberFunction()
1033 DITypeRefArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
341 DITypeRefArray Elements = STy->getTypeArray(); in completeType()559 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType()
238 for (DIType *Ty: SP->getType()->getTypeArray()) in run()
212 for (DIType *Ref : ST->getTypeArray()) in processType()
1212 for (Metadata *Ty : N.getTypeArray()->operands()) { in visitDISubroutineType()
1289 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()1310 DITypeRefArray getTypeArray() const { in getTypeArray() function
1502 Record.push_back(VE.getMetadataOrNullID(N->getTypeArray().get())); in writeDISubroutineType()
2092 EXPECT_EQ(TypeArray, N->getTypeArray().get()); in TEST_F()
1763 Record.push_back(VE.getMetadataOrNullID(N->getTypeArray().get())); in writeDISubroutineType()
1680 llvm::DITypeRefArray Args = OriginalFunc->getTypeArray(); in getOrCreateInstanceMethodType()