Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c382 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 DDIBuilder.h560 createSubroutineType(DITypeRefArray ParameterTypes,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h540 LLVMMetadataRef *ParameterTypes,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp508 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument
511 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
H A DDebugInfo.cpp1387 LLVMMetadataRef *ParameterTypes, in LLVMDIBuilderCreateSubroutineType() argument
1390 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt1002 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