Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBBlock.cpp91 sb_file.SetFileSpec (inlined_info->GetCallSite().GetFile()); in GetInlinedCallSiteFile()
103 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
115 return inlined_info->GetCallSite().GetColumn(); in GetInlinedCallSiteColumn()
/external/lldb/include/lldb/Symbol/
DFunction.h255 GetCallSite ();
264 GetCallSite () const;
/external/lldb/source/Symbol/
DFunction.cpp163 InlineFunctionInfo::GetCallSite () in GetCallSite() function in InlineFunctionInfo
169 InlineFunctionInfo::GetCallSite () const in GetCallSite() function in InlineFunctionInfo
DSymbolContext.cpp181 const Declaration &call_site = inlined_block_info->GetCallSite(); in DumpStopContext()
488 … next_frame_sc.line_entry.file = curr_inlined_block_inlined_info->GetCallSite().GetFile(); in GetParentOfInlinedScope()
489 … next_frame_sc.line_entry.line = curr_inlined_block_inlined_info->GetCallSite().GetLine(); in GetParentOfInlinedScope()
490 … next_frame_sc.line_entry.column = curr_inlined_block_inlined_info->GetCallSite().GetColumn(); in GetParentOfInlinedScope()