Searched refs:ParameterTypes (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 577 LLVMMetadataRef *ParameterTypes, unsigned NumParameterTypes,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 652 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument 655 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
|
| H A D | DebugInfo.cpp | 1678 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 D | DIBuilder.h | 774 createSubroutineType(DITypeRefArray ParameterTypes,
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6988 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 D | changes.txt | 1139 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
|