Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DCTFTypes.h44 struct CTFInteger : public CTFType { struct
45 CTFInteger(lldb::user_id_t uid, llvm::StringRef name, uint32_t bits, in CTFInteger() function
49 static bool classof(const CTFType *T) { return T->kind == eInteger; } in classof()
51 uint32_t bits;
52 uint32_t encoding;