Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp67 GetGenericInteger("should_stop"); in ShouldStop()
144 ScriptedProcessPythonInterface::GetGenericInteger(llvm::StringRef method_name) { in GetGenericInteger() function in ScriptedProcessPythonInterface
293 llvm::Optional<unsigned long long> pid = GetGenericInteger("get_process_id"); in GetProcessID()
298 llvm::Optional<unsigned long long> is_alive = GetGenericInteger("is_alive"); in IsAlive()
H A DScriptedProcessPythonInterface.h55 GetGenericInteger(llvm::StringRef method_name);