Searched refs:DumpDeclaration (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h42 bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp180 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, function in class:Variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp551 if (var_sp->DumpDeclaration(&s, show_fullpaths,
H A DCommandObjectTarget.cpp784 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module))

Completed in 89 milliseconds