Searched refs:ParameterTypes (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 382 value ParameterTypes, in llvm_dibuild_create_subroutine_type() argument 386 DIBuilder_val(Builder), File, (LLVMMetadataRef *)Op_val(ParameterTypes), in llvm_dibuild_create_subroutine_type() 387 Wosize_val(ParameterTypes), DIFlags_val(Flags)); in llvm_dibuild_create_subroutine_type()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 560 createSubroutineType(DITypeRefArray ParameterTypes,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 540 LLVMMetadataRef *ParameterTypes,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 508 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument 511 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
|
H A D | DebugInfo.cpp | 1387 LLVMMetadataRef *ParameterTypes, in LLVMDIBuilderCreateSubroutineType() argument 1390 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
|
/netbsd-src/sys/external/bsd/acpica/dist/ |
H A D | changes.txt | 1002 For Method declarations, the number of individual ParameterTypes must 1005 were emitted in the AML code if the optional ReturnType/ParameterTypes 1008 1) Method NumArgs count does not match length of ParameterTypes list 13832 Fixed a problem with the Method operator ParameterTypes list handling
|