/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | ObjCRuntime.h | 1 //===- ObjCRuntime.h - Objective-C Runtime Configuration --------*- C++ -*-===// 10 /// Defines types useful for describing an Objective-C runtime. 27 /// The basic abstraction for the target Objective-C runtime. 32 /// 'macosx' is the Apple-provided NeXT-derived runtime on Mac OS 37 /// 'macosx-fragile' is the Apple-provided NeXT-derived runtime on 42 /// 'ios' is the Apple-provided NeXT-derived runtime on iOS or the iOS 51 /// 'gcc' is the Objective-C runtime shipped with GCC, implementing a 55 /// 'gnustep' is the modern non-fragile GNUstep runtime. 58 /// 'objfw' is the Objective-C runtime included in ObjFW 67 /// A bogus initialization of the runtime. [all …]
|
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | exception.cpp | 20 # include "support/runtime/exception_msvc.ipp" 21 # include "support/runtime/exception_pointer_msvc.ipp" 23 # include "support/runtime/exception_libcxxabi.ipp" 24 # include "support/runtime/exception_pointer_cxxabi.ipp" 26 # include "support/runtime/exception_libcxxrt.ipp" 27 # include "support/runtime/exception_pointer_cxxabi.ipp" 29 # include "support/runtime/exception_glibcxx.ipp" 30 # include "support/runtime/exception_pointer_glibcxx.ipp" 33 # include "support/runtime/exception_fallback.ipp" 34 # include "support/runtime/exception_pointer_unimplemented.ipp"
|
/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() argument 50 return runtime->isA(&ID); in classof() 119 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime, 133 CreateInstance(AppleObjCRuntimeV2 &runtime, 139 NonPointerISACache(AppleObjCRuntimeV2 &runtime, 179 CreateInstance(AppleObjCRuntimeV2 &runtime, 185 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() argument 186 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2() 203 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, 236 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.h | 1 //===----- COFFVCRuntimeSupport.h -- VC runtime support in ORC --*- C++ -*-===// 9 // Utilities for loading and initializaing vc runtime in Orc. 30 /// Bootstraps the vc runtime within jitdylibs. 35 /// contains all vc runtime library files such as ucrt.lib and msvcrt.lib. If 40 /// file must be used. In general, if vc runtime was statically linked to the 43 /// libvcruntimelib. If vc runtime was dynamically linked LoadDynamicVCRuntime 47 /// https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features 52 /// Adds symbol definitions of static version of msvc runtime libraries. 56 /// Runs the initializer of static version of msvc runtime libraries. 57 /// This must be called before calling any functions requiring c runtime (e.g. [all …]
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Runtime.h | 1 //===-- Runtime.h -----------------------------------------------*- C++ -*-===// 15 class Runtime { 17 Runtime(Process *process) : m_process(process) {} in Runtime() function 18 virtual ~Runtime() = default; 19 Runtime(const Runtime &) = delete; 20 const Runtime &operator=(const Runtime &) = delete;
|
H A D | InstrumentationRuntime.h | 33 /// The module containing the instrumentation runtime. 36 /// The breakpoint in the instrumentation runtime. 40 /// instrumentation runtime. 65 /// of the runtime library. 68 /// Check whether \p module_sp corresponds to a valid runtime library. 71 /// Register a breakpoint in the runtime library and perform any other 72 /// necessary initialization. The runtime library 81 /// Look for the instrumentation runtime in \p module_list. Register and 82 /// activate the runtime if this hasn't already
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/ |
H A D | mmap_mixed.ksh | 56 runtime=60 64 --runtime=$runtime --time_based --norandommap &" 70 --runtime=$runtime --time_based --norandommap &" 76 --runtime=$runtime --time_based --norandommap &" 82 --runtime=$runtime --time_based --norandommap &"
|
/freebsd-src/lib/libc/stdlib/ |
H A D | set_constraint_handler_s.3 | 31 .Nd runtime-constraint violation handling 64 function sets the runtime-constraint violation handler to be 67 The runtime-constraint handler is the callback function invoked when a library 68 function detects a runtime-constraint violation. 73 A pointer to a character string describing the runtime-constraint violation. 89 is called when a runtime-constraint violation occurs. 107 are the standard-defined runtime-constraint handlers provided by the C library. 120 is currently the default runtime-constraint handler.
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | README.txt | 3 This directory contains sources of the AddressSanitizer (ASan) runtime library. 9 asan_*.{cc,h} : Sources of the asan runtime library. 13 Also ASan runtime needs the following libraries: 17 ASan runtime currently also embeds part of LeakSanitizer runtime for 20 ASan runtime can only be built by CMake. You can run ASan tests
|
/freebsd-src/crypto/openssl/ |
H A D | NOTES-UNIX.md | 4 For Unix/POSIX runtime systems on Windows, 26 a bit of help from a defined runtime shared library search path. 29 scripts do NOT generally set the runtime shared library search path for 34 Runtime shared library search paths are specified with different 40 Possible options to set the runtime shared library search path include 54 Please do not use verbatim directories in your runtime shared library 58 used with the runtime shared library search path options, as shown in 64 On modern ELF based systems, there are two runtime search paths tags to 83 How to choose which runtime search path tag is to be set depends on 93 for runtime search path relative to the directory containing current [all …]
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectDynamicValue.cpp | 149 LanguageRuntime *runtime = nullptr; in UpdateValue() 154 runtime = process->GetLanguageRuntime(known_type); in UpdateValue() 156 runtime->GetPreferredLanguageRuntime(*m_parent)) { in UpdateValue() 157 // Try the preferred runtime first. in UpdateValue() 162 // Set the operative `runtime` for later use in this function. in UpdateValue() 163 runtime = preferred_runtime; in UpdateValue() 166 // Fallback to the runtime for `known_type`. in UpdateValue() 167 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue() 171 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue() 172 if (runtime) in UpdateValue() 146 LanguageRuntime *runtime = nullptr; UpdateValue() local [all...] |
/freebsd-src/contrib/wireguard-tools/ |
H A D | setconf.c | 32 struct wgdevice *runtime; in sync_conf() local 43 if (ipc_get_device(&runtime, file->name) != 0) { in sync_conf() 48 if (!runtime->first_peer) { in sync_conf() 49 free_wgdevice(runtime); in sync_conf() 55 for_each_wgpeer(runtime, peer) in sync_conf() 60 free_wgdevice(runtime); in sync_conf() 70 for_each_wgpeer(runtime, peer) { in sync_conf() 83 free_wgdevice(runtime); in sync_conf() 96 free_wgdevice(runtime); in sync_conf()
|
/freebsd-src/tools/test/stress2/misc/ |
H A D | burnin.sh | 36 runtime=1200 # default 37 [ $# -eq 1 ] && runtime=$1 56 /tmp/burnin -r $runtime -d $mntpoint >> $log 88 int bufsize, files, parallel, runtime; 95 "[-r runtime]\n", 142 runtime = 1 * 60 * 60 * 24; 161 case 'r': /* runtime */ 162 if (sscanf(optarg, "%d", &runtime) != 1) 172 "runtime=%d\n", 173 dir, bufsize, files, parallel, runtime); [all …]
|
/freebsd-src/crypto/openssh/regress/unittests/hostkeys/ |
H A D | test_iterate.c | 217 NULL, /* filled at runtime */ 231 NULL, /* filled at runtime */ 245 NULL, /* filled at runtime */ 259 NULL, /* filled at runtime */ 301 NULL, /* filled at runtime */ 315 NULL, /* filled at runtime */ 329 NULL, /* filled at runtime */ 343 NULL, /* filled at runtime */ 385 NULL, /* filled at runtime */ 399 NULL, /* filled at runtime */ [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 11 // block kernel with a global variable (runtime handle) and adds 12 // "runtime-handle" attribute to the enqueued block kernel. 14 // In LLVM CodeGen the runtime-handle metadata will be translated to 15 // RuntimeHandle metadata in code object. Runtime allocates a global buffer 19 // literal is actually runtime handle and loads the kernel address from it 29 // be used to determine whether to emit runtime metadata for the kernel 97 "block.runtime.handle.t"); in runOnModule() 107 LLVM_DEBUG(dbgs() << "runtime handle created: " << *GV << '\n'); in runOnModule() 110 F.addFnAttr("runtime-handle", RuntimeHandle); in runOnModule()
|
/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 47 if (!runtime) in NSBundleSummaryProvider() 51 runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider() 96 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local 98 if (!runtime) in NSTimeZoneSummaryProvider() 102 runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider() 145 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local 147 if (!runtime) in NSNotificationSummaryProvider() 151 runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider() 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...] |
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | README.zfs | 35 The Lua runtime is considered stable software. Channel programs don't need much 36 complicated logic, so updates to the Lua runtime from upstream are viewed as 38 such, the Lua runtime in ZFS should be updated on an as-needed basis for 45 The version of the Lua runtime we're using in ZFS has been modified in a variety 50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t 55 3. The "normal" Lua runtime handles errors by failing fatally, but since this 62 We've added new protections into the Lua interpreter to limit the runtime
|
/freebsd-src/share/man/man9/ |
H A D | kmsan.9 | 73 runtime component and use hidden, byte-granular shadow state to determine 76 such as control flow expressions or memory accesses, the runtime reports 87 runtime will either trigger a kernel panic or print a message to the console, 153 runtime to track the source of uninitialized memory and is only for debugging 163 If any byte of the input is marked as uninitialized, the runtime will generate 178 runtime makes use of two shadows of the kernel map. 201 report; when generating a report, the runtime uses state from the origin map 209 either by the compiler instrumentation or by runtime hooks in the allocator. 219 In some cases this is handled by the sanitizer runtime, which defines 245 runtime maintains a stack of TLS blocks for each thread. [all …]
|
H A D | kasan.9 | 80 is implemented using compiler instrumentation and a kernel runtime. 84 The runtime implements the corresponding functions, which decide whether a 86 If not, the runtime prints a warning or panics the kernel, depending on the 93 runtime in a KASAN-configured kernel can be disabled by 99 runtime works by maintaining a shadow map for the kernel map. 111 runtime and validated using the contents of the shadow map. 170 runtime.
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | common.h | 1 //===- common.h - Common utilities for the ORC runtime ----------*- C++ -*-===// 9 // This file is a part of the ORC runtime support library. 34 /// This is declared for use by the runtime, but should be implemented in the 35 /// executor or provided by a definition added to the JIT before the runtime 41 /// This is declared for use by the runtime, but should be implemented in the 42 /// executor or provided by a definition added to the JIT before the runtime
|
/freebsd-src/contrib/atf/doc/ |
H A D | atf.7.in | 42 libraries rely on a separate runtime engine to execute them in a 44 The runtime engine isolates the test programs from the rest of the system 46 The runtime engine is also responsible for gathering the results of all 48 The current runtime of choice is Kyua, described in 96 as a runtime engine. 97 The runtime engine has since been replaced by Kyua and the old tools were
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ARCRuntimeEntryPoints.h | 11 /// creating/managing references to entry points to the arc objective c runtime. 50 /// Declarations for ObjC runtime functions and constants. These are initialized 108 /// Declaration for ObjC runtime function objc_autoreleaseReturnValue. 111 /// Declaration for ObjC runtime function objc_release. 114 /// Declaration for ObjC runtime function objc_retain. 117 /// Declaration for ObjC runtime function objc_retainBlock. 120 /// Declaration for ObjC runtime function objc_autorelease.
|
/freebsd-src/release/packages/ |
H A D | Makefile.package | 149 runtime-debug_DESCR= Debugging Symbols 150 runtime-development_DESCR=Development Files 151 runtime-profile_DESCR= Profiling Libraries 152 runtime-lib32_DESCR= 32-bit Libraries 153 runtime-lib32-debug_DESCR=32-bit Debugging Symbols 154 runtime-lib32-development_DESCR=32-bit Development Files 155 runtime-lib32-profile_DESCR=32-bit Profiling Libraries
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.h | 17 // declared correctly for the runtime. 19 // because compiler-rt does not support profiling the profiling runtime itself. 186 * If \c EnableMerge is nonzero, the runtime will always merge profiling data 187 * with the contents of the profiling file. If EnableMerge is zero, the runtime 191 * Note: There may be multiple copies of the profile runtime (one for each 193 * copy of the runtime available to the calling image. 208 /*! \brief Initialize the profile runtime. */ 228 * Note: There may be multiple copies of the profile runtime (one for each 230 * of the runtime available to the calling image. 300 * symbol. Its main purpose is to enable profile runtime use [all...] |
/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 109 if (runtime) in GetQueueName() 111 runtime->GetQueueNameFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueName() 138 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() local 139 if (runtime) in GetQueueKind() 140 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind() 162 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() local 163 if (runtime) { in GetQueueID() 164 return runtime->GetQueueIDFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueID() 189 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local [all …]
|