Searched refs:GetSourceInfo (Results 1 – 3 of 3) sorted by relevance
477 llvm::Expected<std::pair<lldb::SupportFileSP, SourceRange>> GetSourceInfo();
304 Function::GetSourceInfo() { in GetSourceInfo() function in Function
787 auto expected_info = sc.function->GetSourceInfo(); in DisplayFunctionSource()