Searched refs:DITypeArray (Results 1 – 10 of 10) sorted by relevance
128 DITypeArray(unwrap<MDTuple>(ParameterTypes))); in LLVMDIBuilderCreateSubroutineType()217 DITypeArray A = D->getOrCreateTypeArray(Elements); in LLVMDIBuilderGetOrCreateTypeArray()
385 DITypeArray ParameterTypes,422 DITypeArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
102 typedef MDTypeRefArray DITypeArray; typedef
428 DITypeArray ParameterTypes, in createSubroutineType()535 DITypeArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray()543 return DITypeArray(MDNode::get(VMContext, Elts)); in getOrCreateTypeArray()
312 void constructSubprogramArguments(DIE &Buffer, DITypeArray Args);
572 DITypeArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
981 void DwarfUnit::constructSubprogramArguments(DIE &Buffer, DITypeArray Args) { in constructSubprogramArguments()
232 DITypeArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI()
815 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType()1028 llvm::DITypeArray Args( in getOrCreateInstanceMethodType()1067 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType()1400 llvm::DITypeArray SElements = DBuilder.getOrCreateTypeArray(STy); in getOrCreateVTablePtrType()2545 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType()2559 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType()
849 DITypeArray EltTypeArray = DBuilder->getOrCreateTypeArray(EltTys); in CreateFunctionType()