Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandReturnObject.cpp99 size_t SBCommandReturnObject::GetOutputSize() { in GetOutputSize() function in SBCommandReturnObject
114 size_t num_bytes = GetOutputSize(); in PutOutput()
233 if (GetOutputSize() > 0) in GetDescription()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandReturnObject.i40 GetOutputSize ();
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp26 auto output_len = result.GetOutputSize(); in RunLLDBCommands()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandReturnObject.h53 size_t GetOutputSize();
/llvm-project-15.0.7/lldb/test/API/commands/session/save/
H A DTestSessionSave.py17 if res.GetOutputSize():