Searched refs:ctf_function (Results 1 – 1 of 1) sorted by relevance
477 SymbolFileCTF::CreateFunction(const CTFFunction &ctf_function) { in CreateFunction() argument479 for (uint32_t arg : ctf_function.args) { in CreateFunction()484 Type *ret_type = ResolveTypeUID(ctf_function.return_type); in CreateFunction()488 ctf_function.return_type), in CreateFunction()492 ret_type->GetFullCompilerType(), arg_types, ctf_function.variadic, 0, in CreateFunction()496 return MakeType(ctf_function.uid, ConstString(ctf_function.name), 0, nullptr, in CreateFunction()