| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 50 static bool classof(const LanguageRuntime *runtime) { in classof() 188 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() 279 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorLegacy() 314 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor() 335 DynamicClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in DynamicClassInfoExtractor() 375 SharedCacheClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in SharedCacheClassInfoExtractor() 402 SharedCacheImageHeaders(AppleObjCRuntimeV2 &runtime, in SharedCacheImageHeaders()
|
| H A D | AppleObjCRuntime.h | 42 static bool classof(const LanguageRuntime *runtime) { in classof()
|
| H A D | AppleObjCRuntimeV1.h | 39 static bool classof(const LanguageRuntime *runtime) { in classof()
|
| H A D | AppleObjCRuntimeV2.cpp | 1478 Process *process, AppleObjCRuntimeV2 *runtime, in NeedsUpdate() 1628 AppleObjCRuntimeV2 &runtime) { in CreateSharedCacheImageHeaders() 2779 AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) { in CreateInstance() 2847 AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) { in CreateInstance() 3023 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, in TaggedPointerVendorRuntimeAssisted() 3094 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, in TaggedPointerVendorExtended() 3185 AppleObjCRuntimeV2 &runtime, const ModuleSP &objc_module_sp, in NonPointerISACache()
|
| H A D | AppleObjCTypeEncodingParser.cpp | 28 ObjCLanguageRuntime &runtime) in AppleObjCTypeEncodingParser()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 108 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueName() local 138 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() local 162 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() local 189 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 44 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSBundleSummaryProvider() local 95 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local 144 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local 193 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSMachPortSummaryProvider() local 239 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSIndexSetSummaryProvider() local 443 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNumberSummaryProvider() local 575 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSNumberSummaryProvider() local 784 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSURLSummaryProvider() local 908 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSDateSummaryProvider() local 981 auto *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSDateSummaryProvider() local [all …]
|
| H A D | CF.cpp | 53 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBagSummaryProvider() local 111 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBitVectorSummaryProvider() local 231 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBinaryHeapSummaryProvider() local
|
| H A D | NSError.cpp | 193 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSErrorSyntheticFrontEndCreator() local
|
| H A D | NSException.cpp | 182 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSExceptionSyntheticFrontEndCreator() local
|
| H A D | NSString.cpp | 42 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSStringSummaryProvider() local
|
| H A D | NSIndexPath.cpp | 72 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in Update() local
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanShouldStopHere.cpp | 86 for (auto *runtime : process_sp->GetLanguageRuntimes()) { in DefaultShouldStopHereCallback() local 139 for (auto *runtime : process_sp->GetLanguageRuntimes()) { in DefaultStepFromHereCallback() local
|
| H A D | QueueItem.cpp | 100 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in FetchEntireItem() local
|
| H A D | LanguageRuntime.cpp | 210 if (LanguageRuntime *runtime = create_callback(process, language)) in FindPlugin() local 270 if (LanguageRuntime *runtime = process_sp->GetLanguageRuntime(lang_type)) { in GetRuntimeUnwindPlan() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.h | 53 static bool classof(const LanguageRuntime *runtime) { in classof()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.h | 46 static bool classof(const LanguageRuntime *runtime) { in classof()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.h | 49 static bool classof(const LanguageRuntime *runtime) { in classof()
|
| /freebsd/contrib/wireguard-tools/ |
| H A D | setconf.c | 32 struct wgdevice *runtime; in sync_conf() local
|
| /freebsd/tools/test/stress2/tools/ |
| H A D | swap.c | 46 static int runtime, utime; variable
|
| /freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
| H A D | META.json | 32 "runtime" : { object
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectDynamicValue.cpp | 150 LanguageRuntime *runtime = nullptr; in UpdateValue() local
|
| /freebsd/sys/kern/ |
| H A D | kern_racct.c | 442 uint64_t runtime; in racct_settime_locked() local 1023 uint64_t runtime; in racct_updatepcpu_racct_locked() local
|
| H A D | kern_synch.c | 469 uint64_t runtime, new_switchtime; in mi_switch() local
|
| /freebsd/usr.bin/at/ |
| H A D | parsetime.c | 595 struct tm nowtime, runtime; in parsetime() local
|