Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h481 void GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp272 void Function::GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no) { in GetEndLineSourceInfo() function in Function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp807 sc.function->GetEndLineSourceInfo(end_file, end_line); in DisplayFunctionSource()