Searched refs:GNUstepObjCRuntime (Results 1 – 3 of 3) sorted by relevance
26 LLDB_PLUGIN_DEFINE(GNUstepObjCRuntime)28 char GNUstepObjCRuntime::ID = 0;30 void GNUstepObjCRuntime::Initialize() { in Initialize()36 void GNUstepObjCRuntime::Terminate() { in Terminate()67 LanguageRuntime *GNUstepObjCRuntime::CreateInstance(Process *process, in CreateInstance()97 return new GNUstepObjCRuntime(process); in CreateInstance()100 GNUstepObjCRuntime::~GNUstepObjCRuntime() = default;102 GNUstepObjCRuntime::GNUstepObjCRuntime(Process *process) in GNUstepObjCRuntime() function in GNUstepObjCRuntime107 llvm::Error GNUstepObjCRuntime::GetObjectDescription(Stream &str, in GetObjectDescription()114 GNUstepObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription()[all …]
24 class GNUstepObjCRuntime : public lldb_private::ObjCLanguageRuntime {26 ~GNUstepObjCRuntime() override;104 GNUstepObjCRuntime(Process *process);
404 lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/CMakeLists.txt