Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp221 class VectorTypeSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
223 VectorTypeSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in VectorTypeSyntheticFrontEnd() function in lldb_private::formatters::VectorTypeSyntheticFrontEnd
226 ~VectorTypeSyntheticFrontEnd() override = default;
334 return new VectorTypeSyntheticFrontEnd(valobj_sp); in VectorTypeSyntheticFrontEndCreator()