Home
last modified time | relevance | path

Searched refs:CTFArray (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DCTFTypes.h105 struct CTFArray : public CTFType { struct
106 CTFArray(lldb::user_id_t uid, llvm::StringRef name, uint32_t type, in CTFArray() function
H A DSymbolFileCTF.h220 llvm::Expected<lldb::TypeSP> CreateArray(const CTFArray &ctf_array);
H A DSymbolFileCTF.cpp433 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()