Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h149 struct JittedGlobalVariable : JittedEntity { struct
150 JittedGlobalVariable(const char *name,
160 const std::vector<JittedGlobalVariable> &GetJittedGlobalVariables() { in GetJittedGlobalVariables() argument
376 std::vector<JittedGlobalVariable> m_jitted_global_variables; ///< A vector of
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp73 for (const IRExecutionUnit::JittedGlobalVariable &global_var : in RegisterExecutionUnit()
H A DIRExecutionUnit.cpp403 m_jitted_global_variables.push_back(JittedGlobalVariable( in GetRunnableInfo()