Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp47 m_JITted(false) { in FunctionCaller()
78 if (m_JITted) in WriteFunctionWrapper()
110 m_JITted = true; in WriteFunctionWrapper()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h334 m_JITted; ///< True if the wrapper function has already been JIT-compiled. variable