Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DFunction.h485 void GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no);
/external/llvm-project/lldb/source/Symbol/
DFunction.cpp271 void Function::GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no) { in GetEndLineSourceInfo() function in Function
/external/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp817 sc.function->GetEndLineSourceInfo(end_file, end_line); in DisplayFunctionSource()