Home
last modified time | relevance | path

Searched defs:class_name (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp29 const BreakpointSP &bkpt, const llvm::StringRef class_name, in BreakpointResolverScripted() argument
65 llvm::StringRef class_name; CreateFromStructuredData() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp63 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSBundleSummaryProvider() local
114 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSTimeZoneSummaryProvider() local
163 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSNotificationSummaryProvider() local
212 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSMachPortSummaryProvider() local
259 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSIndexSetSummaryProvider() local
462 llvm::StringRef class_name(descriptor->GetClassName().GetCString()); in NSNumberSummaryProvider() local
803 llvm::StringRef class_name = descriptor->GetClassName().GetStringRef(); in NSURLSummaryProvider() local
930 ConstString class_name = descriptor->GetClassName(); in NSDateSummaryProvider() local
1022 ConstString class_name = descriptor->GetClassName(); in ObjCClassSummaryProvider() local
1090 llvm::StringRef class_name = descriptor->GetClassName().GetCString(); in NSDataSummaryProvider() local
H A DNSError.cpp204 const char *class_name = descriptor->GetClassName().GetCString(); in NSErrorSyntheticFrontEndCreator() local
H A DNSException.cpp193 const char *class_name = descriptor->GetClassName().GetCString(); in NSExceptionSyntheticFrontEndCreator() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp54 const char *class_name) { in AddClass()
259 ConstString class_name) { in GetClassDescriptorFromClassName()
402 const char *class_name) { in AddClassName()
441 ConstString class_name(class_type.GetTypeName()); in GetRuntimeType() local
H A DObjCLanguageRuntime.h70 const char *class_name = GetClassName().AsCString(); in IsKVO() local
82 const char *class_name = GetClassName().AsCString(); in IsCFType() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScriptedMetadata.h18 ScriptedMetadata(llvm::StringRef class_name, in ScriptedMetadata()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp344 ConstString class_name(metadata_sp->GetClassName().data()); in GetScriptedProcessClassName() local
348 void SBLaunchInfo::SetScriptedProcessClassName(const char *class_name) { in SetScriptedProcessClassName()
388 llvm::StringRef class_name = metadata_sp ? metadata_sp->GetClassName() : ""; in SetScriptedProcessDictionary() local
H A DSBAttachInfo.cpp282 ConstString class_name(metadata_sp->GetClassName().data()); in GetScriptedProcessClassName() local
286 void SBAttachInfo::SetScriptedProcessClassName(const char *class_name) { in SetScriptedProcessClassName()
H A DSBThreadPlan.cpp65 LLDB_INSTRUMENT_VA(this, sb_thread, class_name); in SBThreadPlan() argument
74 SBThreadPlan(lldb::SBThread & sb_thread,const char * class_name,lldb::SBStructuredData & args_data) SBThreadPlan() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.h39 GetObjCMethods(ConstString class_name, in GetObjCMethods()
H A DAppleDWARFIndex.cpp180 ConstString class_name, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetObjCMethods()
187 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass()
H A DSymbolFileDWARFDwo.cpp119 lldb_private::ConstString class_name, in GetObjCMethods()
H A DManualDWARFIndex.cpp411 ConstString class_name, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetObjCMethods()
418 ConstString class_name, bool must_be_implementation, in GetCompleteObjCClass()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h234 CreateSyntheticScriptedProvider(const char *class_name, in CreateSyntheticScriptedProvider()
240 CreateScriptCommandObject(const char *class_name) { in CreateScriptCommandObject()
245 CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer()
256 CreateScriptedBreakpointResolver(const char *class_name, in CreateScriptedBreakpointResolver()
276 CreateScriptedStopHook(lldb::TargetSP target_sp, const char *class_name, in CreateScriptedStopHook()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.cpp32 const llvm::StringRef class_name, lldb::ThreadPlanSP thread_plan_sp, in CreatePluginObject()
H A DScriptedPlatformPythonInterface.cpp36 llvm::StringRef class_name, ExecutionContext &exe_ctx, in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp35 const llvm::StringRef class_name, ExecutionContext &exe_ctx, in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp38 llvm::StringRef class_name, ExecutionContext &exe_ctx, in CreatePluginObject()
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h60 #define ddi_log_sysevent(dip, vendor, class_name, subclass_name, \ argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp30 ThreadPlanPython::ThreadPlanPython(Thread &thread, const char *class_name, in ThreadPlanPython()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp36 static constexpr llvm::StringLiteral class_name("lldb.communication"); in GetStaticBroadcasterClass() local

123