Home
last modified time | relevance | path

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

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