Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 2041) sorted by relevance

12345678910>>...82

/freebsd/contrib/llvm-project/libcxx/src/
H A Dexception.cpp20 # 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_unimplemente
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h49 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_
276 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 & runtime) TaggedPointerVendorLegacy() argument
311 ClassInfoExtractor(AppleObjCRuntimeV2 & runtime) ClassInfoExtractor() argument
332 DynamicClassInfoExtractor(AppleObjCRuntimeV2 & runtime) DynamicClassInfoExtractor() argument
372 SharedCacheClassInfoExtractor(AppleObjCRuntimeV2 & runtime) SharedCacheClassInfoExtractor() argument
399 SharedCacheImageHeaders(AppleObjCRuntimeV2 & runtime,lldb::addr_t headerInfoRWs_ptr,uint32_t count,uint32_t entsize) SharedCacheImageHeaders() argument
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRuntime.h1 //===-- 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 DInstrumentationRuntime.h33 /// 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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h1 //===----- 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 (
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/
H A Dmmap_mixed.ksh57 runtime=60
65 --runtime=$runtime --time_based --norandommap &"
71 --runtime=$runtime --time_based --norandommap &"
77 --runtime=$runtime --time_based --norandommap &"
83 --runtime=$runtime --time_based --norandommap &"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_mmap.ksh60 runtime=60
71 --runtime=$runtime --time_based --norandommap &"
77 --runtime=$runtime --time_based --norandommap &"
83 --runtime=$runtime --time_based --norandommap &"
89 --runtime=$runtime --time_based --norandommap &"
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp149 LanguageRuntime *runtime = nullptr; in UpdateValue() local
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()
[all …]
/freebsd/lib/libc/stdlib/
H A Dset_constraint_handler_s.331 .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/crypto/openssl/
H A DNOTES-UNIX.md4 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/contrib/wireguard-tools/
H A Dsetconf.c32 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/contrib/llvm-project/compiler-rt/lib/asan/
H A DREADME.txt3 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/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c217 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/tools/test/stress2/misc/
H A Dburnin.sh36 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/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp45 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 = ObjCLanguageRuntime::Get(*process_sp); in NSMachPortSummaryProvider() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp11 // 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/share/man/man9/
H A Dkmsan.973 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 Dkasan.980 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/sys/contrib/openzfs/module/lua/
H A DREADME.zfs36 The Lua runtime is considered stable software. Channel programs don't need much
37 complicated logic, so updates to the Lua runtime from upstream are viewed as
39 such, the Lua runtime in ZFS should be updated on an as-needed basis for
46 The version of the Lua runtime we're using in ZFS has been modified in a variety
51 useful inside ZFS / the kernel. We have changed the runtime to use int64_t
56 3. The "normal" Lua runtime handles errors by failing fatally, but since this
63 We've added new protections into the Lua interpreter to limit the runtime
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcommon.h1 //===- 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/etc/mtree/
H A DBSD.root.dist13 allwinner tags=package=runtime
15 overlays tags=package=runtime
17 rockchip tags=package=runtime
41 dev mode=0555 tags=package=runtime
139 tmp mode=01777 tags=package=runtime
/freebsd/contrib/atf/doc/
H A Datf.7.in42 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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp108 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 …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h17 // 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 user to
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h11 /// 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.

12345678910>>...82