Searched refs:ParameterTypes (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 578 LLVMMetadataRef *ParameterTypes,
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 645 createSubroutineType(DITypeRefArray ParameterTypes,
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 559 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument 562 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
|
| H A D | DebugInfo.cpp | 1583 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 D | OMPIRBuilder.cpp | 6549 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 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
|