Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandReturnObject.cpp106 size_t SBCommandReturnObject::GetOutputSize() { in GetOutputSize() function in SBCommandReturnObject
107 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBCommandReturnObject, GetOutputSize); in GetOutputSize()
121 size_t num_bytes = GetOutputSize(); in PutOutput()
247 if (GetOutputSize() > 0) in GetDescription()
387 LLDB_REGISTER_METHOD(size_t, SBCommandReturnObject, GetOutputSize, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBCommandReturnObject.i40 GetOutputSize ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandReturnObject.h53 size_t GetOutputSize();