Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/formatters/
H A Dsynth.py109 lldb.SBTypeSynthetic.CreateWithClassName("synth.jasSynthProvider"),
114 lldb.SBTypeSynthetic.CreateWithClassName(
126 lldb.SBTypeSynthetic.CreateWithClassName("synth.Empty1SynthProvider"),
134 lldb.SBTypeSynthetic.CreateWithClassName("synth.Empty2SynthProvider"),
145 lldb.SBTypeSynthetic.CreateWithClassName(
H A DTestFormattersSBAPI.py406 lldb.SBTypeSynthetic.CreateWithClassName(""),
/llvm-project/lldb/test/API/tools/lldb-dap/variables/children/
H A Dformatter.py36 lldb.SBTypeSynthetic.CreateWithClassName("formatter.TestSyntheticProvider"),
40 lldb.SBTypeSynthetic.CreateWithClassName("formatter.TestSyntheticProvider"),
/llvm-project/mlir/utils/lldb-scripts/
H A DmlirDataFormatters.py730 lldb.SBTypeSynthetic.CreateWithClassName(
738 lldb.SBTypeSynthetic.CreateWithClassName(
768 lldb.SBTypeSynthetic.CreateWithClassName(
781 lldb.SBTypeSynthetic.CreateWithClassName(
793 lldb.SBTypeSynthetic.CreateWithClassName(
805 lldb.SBTypeSynthetic.CreateWithClassName(
830 lldb.SBTypeSynthetic.CreateWithClassName(
/llvm-project/lldb/test/API/functionalities/data-formatter/callback-matching/
H A Dformatters_with_callback.py39 lldb.SBTypeSynthetic.CreateWithClassName(
/llvm-project/lldb/include/lldb/API/
H A DSBTypeSynthetic.h22 CreateWithClassName(const char *data,
/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp21 SBTypeSynthetic SBTypeSynthetic::CreateWithClassName(const char *data, in CreateWithClassName() function in SBTypeSynthetic