Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp479 SymbolFileCTF::CreateFunction(const CTFFunction &ctf_function) { in CreateFunction() argument
481 for (uint32_t arg : ctf_function.args) { in CreateFunction()
486 Type *ret_type = ResolveTypeUID(ctf_function.return_type); in CreateFunction()
490 ctf_function.return_type), in CreateFunction()
495 ctf_function.variadic, 0, clang::CallingConv::CC_C); in CreateFunction()
498 return MakeType(ctf_function.uid, ConstString(ctf_function.name), 0, nullptr, in CreateFunction()