Home
last modified time | relevance | path

Searched refs:g_value (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/
H A Doperating_system.py29 self.g_value = lldb.SBValue()
33 self.g_value = process.GetTarget().FindFirstGlobalVariable("g_value")
34 if not self.g_value.IsValid():
42 g_value = self.g_value.GetValueAsUnsigned()
43 print("Called get_thread_info: g_value: %d"%(g_value))
44 if g_value == 0 or g_value == 2:
H A Dmain.cpp13 static int g_value = 0; // I don't have access to the real threads in the variable
44 g_value = 1; in main()
48 g_value = 2; in main()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp353 static ConstString g_value("__value_"); in GetChildAtIndex() local
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dsimple.ll35 %g_value = load i32, i32* %g_addr, align 4
37 store i32 %g_value, i32* %g_addr, align 4