Searched refs:ParameterTypes (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 565 LLVMMetadataRef *ParameterTypes,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 611 createSubroutineType(DITypeRefArray ParameterTypes,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 532 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument 535 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
|
| H A D | DebugInfo.cpp | 1578 LLVMMetadataRef *ParameterTypes, in LLVMDIBuilderCreateSubroutineType() argument 1581 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 5001 SmallVector<Type *> ParameterTypes; in createOutlinedFunction() local 5006 ParameterTypes.push_back(Int8PtrTy); in createOutlinedFunction() 5011 ParameterTypes.push_back(Arg->getType()->isPointerTy() in createOutlinedFunction() 5016 ParameterTypes.push_back(Arg->getType()); in createOutlinedFunction() 5019 auto FuncType = FunctionType::get(Builder.getVoidTy(), ParameterTypes, in createOutlinedFunction()
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 817 For Method declarations, the number of individual ParameterTypes must 820 were emitted in the AML code if the optional ReturnType/ParameterTypes 823 1) Method NumArgs count does not match length of ParameterTypes list 13648 Fixed a problem with the Method operator ParameterTypes list handling
|