Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp105 size_t SBCommandReturnObject::GetOutputSize() { in GetOutputSize() function in SBCommandReturnObject
106 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBCommandReturnObject, GetOutputSize); in GetOutputSize()
120 size_t num_bytes = GetOutputSize(); in PutOutput()
246 if (GetOutputSize() > 0) in GetDescription()
386 LLDB_REGISTER_METHOD(size_t, SBCommandReturnObject, GetOutputSize, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObject.i40 GetOutputSize ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h53 size_t GetOutputSize();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13303 result = (arg1)->GetOutputSize(); in _wrap_SBCommandReturnObject_GetOutputSize()