Searched defs:CTFArray (Results 1 – 1 of 1) sorted by relevance
105 struct CTFArray : public CTFType { struct106 CTFArray(lldb::user_id_t uid, llvm::StringRef name, uint32_t type, in CTFArray() argument110 static bool classof(const CTFType *T) { return T->kind == eArray; } in classof()112 uint32_t type;113 uint32_t index;114 uint32_t nelems;