Searched refs:CTFFunction (Results 1 – 3 of 3) sorted by relevance
138 struct CTFFunction : public CTFType { struct139 CTFFunction(lldb::user_id_t uid, llvm::StringRef name, uint32_t nargs, in CTFFunction() function
222 llvm::Expected<lldb::TypeSP> CreateFunction(const CTFFunction &ctf_function);
479 SymbolFileCTF::CreateFunction(const CTFFunction &ctf_function) { in CreateFunction()592 return CreateFunction(*static_cast<CTFFunction *>(ctf_type)); in CreateType()670 return std::make_unique<CTFFunction>(uid, name, variable_length, type, args, in ParseType()