Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h43 bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp168 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration() function in Variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp606 if (var_sp->DumpDeclaration(&s, show_fullpaths, in DoExecute()
H A DCommandObjectTarget.cpp809 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DumpValueObject()