Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h161 return m_jitted_global_variables; in GetJittedGlobalVariables()
376 std::vector<JittedGlobalVariable> m_jitted_global_variables; ///< A vector of variable
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp404 m_jitted_global_variables.push_back(JittedGlobalVariable( in GetRunnableInfo()