Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/formatters/
H A Dsynth.py94 lldb.SBTypeSynthetic.CreateWithClassName("synth.jasSynthProvider"))
98 lldb.SBTypeSynthetic.CreateWithClassName("synth.CCCSynthProvider",
106 lldb.SBTypeSynthetic.CreateWithClassName("synth.Empty1SynthProvider"))
112 lldb.SBTypeSynthetic.CreateWithClassName("synth.Empty2SynthProvider"))
H A DTestFormattersSBAPI.py368 lldb.SBTypeSynthetic.CreateWithClassName("")),
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeSynthetic.i21 CreateWithClassName (const char* data, uint32_t options = 0);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeSynthetic.h22 CreateWithClassName(const char *data,
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeSynthetic.cpp21 SBTypeSynthetic SBTypeSynthetic::CreateWithClassName(const char *data, in CreateWithClassName() function in SBTypeSynthetic