Home
last modified time | relevance | path

Searched refs:CreateFunctionType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp842 static DISubroutineType *CreateFunctionType(unsigned NumArgs, DIFile *Unit) { in CreateFunctionType() function
1248 CreateFunctionType(TheFunction->arg_size(), Unit), in codegen()
/aosp_15_r20/external/llvm/docs/tutorial/
H A DLangImpl09.rst263 CreateFunctionType(Args.size(), Unit), false /* internal linkage */,