Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp105 size_t SBCommandReturnObject::GetErrorSize() { in GetErrorSize() function in SBCommandReturnObject
138 size_t num_bytes = GetErrorSize(); in PutError()
236 if (GetErrorSize() > 0) in GetDescription()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h61 size_t GetErrorSize();
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15184 result = (arg1)->GetErrorSize(); in _wrap_SBCommandReturnObject_GetErrorSize()