Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBBlock.cpp89 sb_file.SetFileSpec(inlined_info->GetCallSite().GetFile()); in GetInlinedCallSiteFile()
101 return inlined_info->GetCallSite().GetLine(); in GetInlinedCallSiteLine()
113 return inlined_info->GetCallSite().GetColumn(); in GetInlinedCallSiteColumn()
/external/llvm-project/lldb/include/lldb/Symbol/
DFunction.h215 Declaration &GetCallSite();
221 const Declaration &GetCallSite() const;
/external/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp132 const Declaration &call_site = inlined_block_info->GetCallSite(); in DumpStopContext()
474 curr_inlined_block_inlined_info->GetCallSite().GetFile(); in GetParentOfInlinedScope()
476 curr_inlined_block_inlined_info->GetCallSite().GetFile(); in GetParentOfInlinedScope()
478 curr_inlined_block_inlined_info->GetCallSite().GetLine(); in GetParentOfInlinedScope()
480 curr_inlined_block_inlined_info->GetCallSite().GetColumn(); in GetParentOfInlinedScope()
DFunction.cpp106 Declaration &InlineFunctionInfo::GetCallSite() { return m_call_decl; } in GetCallSite() function in InlineFunctionInfo
108 const Declaration &InlineFunctionInfo::GetCallSite() const { in GetCallSite() function in InlineFunctionInfo
DBlock.cpp222 function_info->GetCallSite().FileAndLineEqual(find_call_site)) in GetContainingInlinedBlockWithCallSite()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.h108 const CallSite* GetCallSite(const HloInstruction* instruction) const;
Dcall_graph_test.cc233 EXPECT_EQ(entry_node.GetCallSite(call), &call_callsite); in TEST_F()
240 EXPECT_EQ(entry_node.GetCallSite(map), &map_callsite); in TEST_F()
283 EXPECT_EQ(entry_node.GetCallSite(conditional), &conditional_callsite); in TEST_F()
Dcall_graph.cc89 const CallSite* CallGraphNode::GetCallSite( in GetCallSite() function in xla::CallGraphNode
Dhlo_rematerialization.cc1818 call_graph_->GetNode(instruction->parent()).GetCallSite(instruction); in CalledComputationsMemoryUsage()
1932 const CallSite* callsite = call_graph_node.GetCallSite(instruction); in RematerializeComputation()