Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h578 LLVMMetadataRef *ParameterTypes,
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h645 createSubroutineType(DITypeRefArray ParameterTypes,
/src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp559 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument
562 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
H A DDebugInfo.cpp1583 LLVMMetadataRef *ParameterTypes, in LLVMDIBuilderCreateSubroutineType() argument
1586 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6549 SmallVector<Type *> ParameterTypes; in createOutlinedFunction() local
6554 ParameterTypes.push_back(Int8PtrTy); in createOutlinedFunction()
6559 ParameterTypes.push_back(Arg->getType()->isPointerTy() in createOutlinedFunction()
6564 ParameterTypes.push_back(Arg->getType()); in createOutlinedFunction()
6567 auto FuncType = FunctionType::get(Builder.getVoidTy(), ParameterTypes, in createOutlinedFunction()
/src/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