Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp111 size_t SBCommandReturnObject::GetErrorSize() { in GetErrorSize() function in SBCommandReturnObject
112 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBCommandReturnObject, GetErrorSize); in GetErrorSize()
145 size_t num_bytes = GetErrorSize(); in PutError()
249 if (GetErrorSize() > 0) in GetDescription()
387 LLDB_REGISTER_METHOD(size_t, SBCommandReturnObject, GetErrorSize, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObject.i43 GetErrorSize ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h55 size_t GetErrorSize();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13327 result = (arg1)->GetErrorSize(); in _wrap_SBCommandReturnObject_GetErrorSize()