Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDFunction.h147 const Declaration *call_decl_ptr);
169 const Declaration *call_decl_ptr);
HDBlock.h318 const Declaration *call_decl_ptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDFunction.cpp66 const Declaration *call_decl_ptr) in InlineFunctionInfo() argument
68 m_call_decl(call_decl_ptr) {} in InlineFunctionInfo()
73 const Declaration *call_decl_ptr) in InlineFunctionInfo() argument
75 m_call_decl(call_decl_ptr) {} in InlineFunctionInfo()
HDBlock.cpp383 const Declaration *call_decl_ptr) { in SetInlinedFunctionInfo() argument
385 call_decl_ptr); in SetInlinedFunctionInfo()