Home
last modified time | relevance | path

Searched defs:GetCallSite (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
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
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc89 const CallSite* CallGraphNode::GetCallSite( in GetCallSite() function in xla::CallGraphNode