Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h577 LLVMMetadataRef *ParameterTypes, unsigned NumParameterTypes,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp652 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument
655 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
H A DDebugInfo.cpp1678 LLVMMetadataRef *ParameterTypes, in LLVMDIBuilderCreateSubroutineType() argument
1681 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h774 createSubroutineType(DITypeRefArray ParameterTypes,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6988 SmallVector<Type *> ParameterTypes; in createOutlinedFunction() local
6993 ParameterTypes.push_back(Int8PtrTy); in createOutlinedFunction()
6998 ParameterTypes.push_back(Arg->getType()->isPointerTy() in createOutlinedFunction()
7003 ParameterTypes.push_back(Arg->getType()); in createOutlinedFunction()
7008 auto FuncType = FunctionType::get(Builder.getVoidTy(), ParameterTypes, in createOutlinedFunction()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1139 For Method declarations, the number of individual ParameterTypes must
1142 were emitted in the AML code if the optional ReturnType/ParameterTypes
1145 1) Method NumArgs count does not match length of ParameterTypes list
13969 Fixed a problem with the Method operator ParameterTypes list handling