Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h565 LLVMMetadataRef *ParameterTypes,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h611 createSubroutineType(DITypeRefArray ParameterTypes,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp532 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument
535 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
H A DDebugInfo.cpp1578 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 DOMPIRBuilder.cpp5001 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 Dchanges.txt817 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