/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.h | 49 static bool classof(const LanguageRuntime *runtime) { in classof() 185 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() 276 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorLegacy() 311 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor() 332 DynamicClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in DynamicClassInfoExtractor() 372 SharedCacheClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in SharedCacheClassInfoExtractor() 399 SharedCacheImageHeaders(AppleObjCRuntimeV2 &runtime, in SharedCacheImageHeaders()
|
H A D | AppleObjCRuntime.h | 42 static bool classof(const LanguageRuntime *runtime) { in classof() argument
|
H A D | AppleObjCRuntimeV1.h | 39 static bool classof(const LanguageRuntime *runtime) { in classof()
|
H A D | AppleObjCRuntimeV2.cpp | 1495 NeedsUpdate(Process * process,AppleObjCRuntimeV2 * runtime,RemoteNXMapTable & hash_table) NeedsUpdate() argument 1636 CreateSharedCacheImageHeaders(AppleObjCRuntimeV2 & runtime) CreateSharedCacheImageHeaders() argument 2784 CreateInstance(AppleObjCRuntimeV2 & runtime,const lldb::ModuleSP & objc_module_sp) CreateInstance() argument 2852 CreateInstance(AppleObjCRuntimeV2 & runtime,const lldb::ModuleSP & objc_module_sp) CreateInstance() argument 3028 TaggedPointerVendorRuntimeAssisted(AppleObjCRuntimeV2 & runtime,uint64_t objc_debug_taggedpointer_mask,uint32_t objc_debug_taggedpointer_slot_shift,uint32_t objc_debug_taggedpointer_slot_mask,uint32_t objc_debug_taggedpointer_payload_lshift,uint32_t objc_debug_taggedpointer_payload_rshift,lldb::addr_t objc_debug_taggedpointer_classes) TaggedPointerVendorRuntimeAssisted() argument 3099 TaggedPointerVendorExtended(AppleObjCRuntimeV2 & runtime,uint64_t objc_debug_taggedpointer_mask,uint64_t objc_debug_taggedpointer_ext_mask,uint32_t objc_debug_taggedpointer_slot_shift,uint32_t objc_debug_taggedpointer_ext_slot_shift,uint32_t objc_debug_taggedpointer_slot_mask,uint32_t objc_debug_taggedpointer_ext_slot_mask,uint32_t objc_debug_taggedpointer_payload_lshift,uint32_t objc_debug_taggedpointer_payload_rshift,uint32_t objc_debug_taggedpointer_ext_payload_lshift,uint32_t objc_debug_taggedpointer_ext_payload_rshift,lldb::addr_t objc_debug_taggedpointer_classes,lldb::addr_t objc_debug_taggedpointer_ext_classes) TaggedPointerVendorExtended() argument 3190 NonPointerISACache(AppleObjCRuntimeV2 & runtime,const ModuleSP & objc_module_sp,uint64_t objc_debug_isa_class_mask,uint64_t objc_debug_isa_magic_mask,uint64_t objc_debug_isa_magic_value,uint64_t objc_debug_indexed_isa_magic_mask,uint64_t objc_debug_indexed_isa_magic_value,uint64_t objc_debug_indexed_isa_index_mask,uint64_t objc_debug_indexed_isa_index_shift,lldb::addr_t objc_indexed_classes) NonPointerISACache() argument [all...] |
H A D | AppleObjCTypeEncodingParser.cpp | 25 AppleObjCTypeEncodingParser(ObjCLanguageRuntime & runtime) AppleObjCTypeEncodingParser() argument
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 45 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSBundleSummaryProvider() local 96 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local 145 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local 194 ObjCLanguageRuntime *runtime in NSMachPortSummaryProvider() local 240 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( NSIndexSetSummaryProvider() local 444 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); NSNumberSummaryProvider() local 576 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( NSNumberSummaryProvider() local 785 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); NSURLSummaryProvider() local 909 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); NSDateSummaryProvider() local 982 auto *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( NSDateSummaryProvider() local 1011 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); ObjCClassSummaryProvider() local 1069 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); NSDataSummaryProvider() 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 | 194 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSErrorSyntheticFrontEndCreator() local
|
H A D | NSException.cpp | 182 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); NSExceptionSyntheticFrontEndCreator() local
|
H A D | NSString.cpp | 42 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSStringSummaryProvider() local
|
H A D | NSIndexPath.cpp | 70 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); Update() local
|
H A D | NSSet.cpp | 258 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSSetSummaryProvider() local 341 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSSetSyntheticFrontEndCreator() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.h | 53 static bool classof(const LanguageRuntime *runtime) { in classof() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.h | 46 static bool classof(const LanguageRuntime *runtime) { in classof()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.h | 49 static bool classof(const LanguageRuntime *runtime) { in classof() argument
|
/freebsd-src/contrib/wireguard-tools/ |
H A D | setconf.c | 32 struct wgdevice *runtime; in sync_conf() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
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-src/tools/test/stress2/tools/ |
H A D | swap.c | 46 static int runtime, utime; variable
|
/freebsd-src/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | META.json | 32 "runtime" : { object
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectDynamicValue.cpp | 146 LanguageRuntime *runtime = nullptr; UpdateValue() local [all...] |
/freebsd-src/sys/kern/ |
H A D | kern_racct.c | 989 uint64_t pct_estimate, pct, runtime; racct_proc_exit() local 1250 uint64_t pct, pct_estimate, runtime; racctd() local [all...] |
H A D | kern_synch.c | 489 uint64_t runtime, new_switchtime; mi_switch() local
|
/freebsd-src/usr.bin/at/ |
H A D | parsetime.c | 595 struct tm nowtime, runtime; in parsetime() local
|