Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp100 void SBTypeSynthetic::SetClassCode(const char *data) { in SetClassCode() function in SBTypeSynthetic
101 LLDB_RECORD_METHOD(void, SBTypeSynthetic, SetClassCode, (const char *), data); in SetClassCode()
230 LLDB_REGISTER_METHOD(void, SBTypeSynthetic, SetClassCode, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeSynthetic.i48 SetClassCode (const char* data);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSynthetic.h45 void SetClassCode(const char *data);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp64674 (arg1)->SetClassCode((char const *)arg2); in _wrap_SBTypeSynthetic_SetClassCode()