Searched refs:ctf_array (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 432 SymbolFileCTF::CreateArray(const CTFArray &ctf_array) { in CreateArray() argument 433 Type *element_type = ResolveTypeUID(ctf_array.type); in CreateArray() 436 llvm::formatv("Could not find array element type: {0}", ctf_array.type), in CreateArray() 443 ctf_array.type), in CreateArray() 446 uint64_t size = ctf_array.nelems * *element_size; in CreateArray() 449 element_type->GetFullCompilerType(), ctf_array.nelems, in CreateArray() 453 return MakeType(ctf_array.uid, ConstString(), size, nullptr, LLDB_INVALID_UID, in CreateArray()
|