Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h562 createSubroutineType(DITypeRefArray ParameterTypes,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h540 LLVMMetadataRef *ParameterTypes,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp513 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument
516 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
H A DDebugInfo.cpp1423 LLVMMetadataRef *ParameterTypes, in LLVMDIBuilderCreateSubroutineType() argument
1426 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt461 For Method declarations, the number of individual ParameterTypes must
464 were emitted in the AML code if the optional ReturnType/ParameterTypes
467 1) Method NumArgs count does not match length of ParameterTypes list
13292 Fixed a problem with the Method operator ParameterTypes list handling