Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h471 void GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp298 void Function::GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no) { in GetEndLineSourceInfo() function in Function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp803 sc.function->GetEndLineSourceInfo(end_file, end_line); in DisplayFunctionSource()