Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangFunction.cpp72 m_JITted (false) in ClangFunction()
96 m_JITted (false) in ClangFunction()
275 if (m_JITted) in WriteFunctionWrapper()
307 m_JITted = true; in WriteFunctionWrapper()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangFunction.h446 …bool m_JITted; ///< True if the wrapper function … variable