Home
last modified time | relevance | path

Searched defs:CTFFunction (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DCTFTypes.h138 struct CTFFunction : public CTFType { struct
139 CTFFunction(lldb::user_id_t uid, llvm::StringRef name, uint32_t nargs, in CTFFunction() function
144 static bool classof(const CTFType *T) { return T->kind == eFunction; } in classof()
146 uint32_t nargs;
147 uint32_t return_type;
149 std::vector<uint32_t> args;
150 bool variadic = false;