Lines Matching +defs:process +defs:name
67 LanguageRuntime *GNUstepObjCRuntime::CreateInstance(Process *process,
71 if (!process)
74 Target &target = process->GetTarget();
97 return new GNUstepObjCRuntime(process);
102 GNUstepObjCRuntime::GNUstepObjCRuntime(Process *process)
103 : ObjCLanguageRuntime(process), m_objc_module_sp(nullptr) {
104 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages());
152 // If we are here we need to adjust our dynamic type name to include the
178 GNUstepObjCRuntime::CreateObjectChecker(std::string name,
190 function_template, name.c_str());
195 return GetTargetRef().CreateUtilityFunction(empty_function_code, name,