Searched refs:ParameterTypes (Results 1 – 5 of 5) sorted by relevance
562 createSubroutineType(DITypeRefArray ParameterTypes,
540 LLVMMetadataRef *ParameterTypes,
513 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument516 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
1423 LLVMMetadataRef *ParameterTypes, in LLVMDIBuilderCreateSubroutineType() argument1426 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
461 For Method declarations, the number of individual ParameterTypes must 464 were emitted in the AML code if the optional ReturnType/ParameterTypes 467 1) Method NumArgs count does not match length of ParameterTypes list13292 Fixed a problem with the Method operator ParameterTypes list handling