Searched defs:CTFInteger (Results 1 – 1 of 1) sorted by relevance
44 struct CTFInteger : public CTFType { struct45 CTFInteger(lldb::user_id_t uid, llvm::StringRef name, uint32_t bits, in CTFInteger() function49 static bool classof(const CTFType *T) { return T->kind == eInteger; } in classof()51 uint32_t bits;52 uint32_t encoding;