Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp50 m_JITted(false) { in FunctionCaller()
93 if (m_JITted) in WriteFunctionWrapper()
125 m_JITted = true; in WriteFunctionWrapper()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h334 m_JITted; ///< True if the wrapper function has already been JIT-compiled. variable