Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
DProcessInstanceInfoTest.cpp67 ProcessInstanceInfo::DumpTableHeader(s, show_args, verbose); in TEST()
85 ProcessInstanceInfo::DumpTableHeader(s, show_args, verbose); in TEST()
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h147 static void DumpTableHeader(Stream &s, bool show_args, bool verbose);
/external/llvm-project/lldb/source/Utility/
DProcessInfo.cpp164 void ProcessInstanceInfo::DumpTableHeader(Stream &s, bool show_args, in DumpTableHeader() function in ProcessInstanceInfo
/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp1130 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
1190 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args, in DoExecute()
/external/llvm-project/lldb/source/Target/
DProcess.cpp2923 ProcessInstanceInfo::DumpTableHeader(s, true, false); in Attach()