Searched refs:CTFArray (Results 1 – 3 of 3) sorted by relevance
105 struct CTFArray : public CTFType { struct106 CTFArray(lldb::user_id_t uid, llvm::StringRef name, uint32_t type, in CTFArray() function
220 llvm::Expected<lldb::TypeSP> CreateArray(const CTFArray &ctf_array);
433 SymbolFileCTF::CreateArray(const CTFArray &ctf_array) { in CreateArray() 589 return CreateArray(*static_cast<CTFArray *>(ctf_type)); in CreateType() 644 return std::make_unique<CTFArray>(uid, name, type, index, nelems); in ParseType()