Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp336 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo() local
343 if (!fun_ptr) { in GetRunnableInfo()
351 function.getName().str().c_str(), external, reinterpret_cast<uintptr_t>(fun_ptr))); in GetRunnableInfo()