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.h150 struct JittedGlobalVariable : JittedEntity { struct
151 JittedGlobalVariable(const char *name,
161 const std::vector<JittedGlobalVariable> &GetJittedGlobalVariables() { in GetJittedGlobalVariables() argument
383 std::vector<JittedGlobalVariable> m_jitted_global_variables; ///< A vector of
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp74 for (const IRExecutionUnit::JittedGlobalVariable &global_var : in RegisterExecutionUnit()
H A DIRExecutionUnit.cpp402 m_jitted_global_variables.push_back(JittedGlobalVariable( in GetRunnableInfo()