Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp86 sb_file.SetFileSpec(inlined_info->GetCallSite().GetFile()); in GetInlinedCallSiteFile()
98 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
110 return inlined_info->GetCallSite().GetColumn(); in GetInlinedCallSiteColumn()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h214 Declaration &GetCallSite();
220 const Declaration &GetCallSite() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp442 curr_inlined_block_inlined_info->GetCallSite().GetFile()); in GetParentOfInlinedScope()
445 curr_inlined_block_inlined_info->GetCallSite().GetFile()); in GetParentOfInlinedScope()
447 curr_inlined_block_inlined_info->GetCallSite().GetLine(); in GetParentOfInlinedScope()
449 curr_inlined_block_inlined_info->GetCallSite().GetColumn(); in GetParentOfInlinedScope()
H A DFunction.cpp108 Declaration &InlineFunctionInfo::GetCallSite() { return m_call_decl; } in GetCallSite() function in InlineFunctionInfo
110 const Declaration &InlineFunctionInfo::GetCallSite() const { in GetCallSite() function in InlineFunctionInfo
H A DCompileUnit.cpp364 Declaration found_decl = inline_info->GetCallSite(); in ResolveSymbolContext()
H A DBlock.cpp231 function_info->GetCallSite().FileAndLineEqual(find_call_site, true)) in GetContainingInlinedBlockWithCallSite()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp427 const Declaration &call_site = inline_info->GetCallSite(); in SetNextBranchBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp701 if (preferred_decl == info->GetCallSite()) in GetSuggestedStackFrameIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp457 Declaration &callsite = inline_site->inline_function_info->GetCallSite(); in CreateBlock()