Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp26 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 GNUstepObjCRuntime
107 llvm::Error GNUstepObjCRuntime::GetObjectDescription(Stream &str, in GetObjectDescription()
114 GNUstepObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription()
[all …]
H A DGNUstepObjCRuntime.h24 class GNUstepObjCRuntime : public lldb_private::ObjCLanguageRuntime {
26 ~GNUstepObjCRuntime() override;
104 GNUstepObjCRuntime(Process *process);
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist404 lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/CMakeLists.txt