Searched refs:CTFInteger (Results 1 – 3 of 3) sorted by relevance
44 struct CTFInteger : public CTFType { struct45 CTFInteger(lldb::user_id_t uid, llvm::StringRef name, uint32_t bits, in CTFInteger() function
217 llvm::Expected<lldb::TypeSP> CreateInteger(const CTFInteger &ctf_integer);
333 SymbolFileCTF::CreateInteger(const CTFInteger &ctf_integer) { in CreateInteger()579 return CreateInteger(*static_cast<CTFInteger *>(ctf_type)); in CreateType()627 return std::make_unique<CTFInteger>(uid, name, bits, encoding); in ParseType()