Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp359 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo() local
366 if (!fun_ptr) { in GetRunnableInfo()
374 function.getName().str().c_str(), external, reinterpret_cast<uintptr_t>(fun_ptr))); in GetRunnableInfo()