Searched refs:runtime (Results 151 - 175 of 231) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc85 // runtime support libraries available.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp227 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
229 if (!runtime)
233 runtime->GetClassDescriptor(valobj));
264 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime);
304 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
305 if (!runtime)
319 runtime->GetClassDescriptor(*valobj_sp));
335 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime);
H A DNSIndexPath.cpp70 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
72 if (!runtime)
76 runtime->GetClassDescriptor(m_backend));
H A DNSException.cpp182 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
183 if (!runtime)
187 runtime->GetClassDescriptor(*valobj_sp.get()));
H A DNSArray.cpp322 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
324 if (!runtime)
328 runtime->GetClassDescriptor(valobj));
366 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime);
777 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>(
779 if (!runtime)
793 runtime->GetClassDescriptor(*valobj_sp));
814 if (runtime->GetFoundationVersion() >= 1436)
816 if (runtime->GetFoundationVersion() >= 1430)
830 if (runtime
[all...]
H A DNSDictionary.cpp349 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
351 if (!runtime)
355 runtime->GetClassDescriptor(valobj));
393 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime);
439 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>(
441 if (!runtime)
455 runtime->GetClassDescriptor(*valobj_sp));
475 if (runtime->GetFoundationVersion() >= 1437) {
477 } else if (runtime->GetFoundationVersion() >= 1428) {
H A DNSString.cpp62 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
64 if (!runtime)
68 runtime->GetClassDescriptor(valobj));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h39 static bool classof(const LanguageRuntime *runtime) { argument
40 return runtime->isA(&ID);
93 // These are generic runtime functions:
H A DAppleObjCClassDescriptorV2.h34 return true; // any Objective-C v2 runtime class descriptor we vend is valid
201 void fill(AppleObjCRuntimeV2 &runtime, ClassDescriptorV2 &descriptor);
209 // The constructor should only be invoked by the runtime as it builds its
212 ClassDescriptorV2(AppleObjCRuntimeV2 &runtime, argument
214 : m_runtime(runtime), m_objc_class_ptr(isa), m_name(name),
225 &m_runtime; // The runtime, so we can read information lazily.
273 // stored in the object itself, we would have to query the runtime to
H A DAppleObjCTypeEncodingParser.cpp23 ObjCLanguageRuntime &runtime)
24 : ObjCLanguageRuntime::EncodingToType(), m_runtime(runtime) {
26 m_scratch_ast_ctx_up.reset(new ClangASTContext(runtime.GetProcess()
160 // the runtime can emit these in the form of @"SomeType", giving more specifics
232 // The user can forward-declare something that has no definition. The runtime
22 AppleObjCTypeEncodingParser( ObjCLanguageRuntime &runtime) argument
H A DAppleObjCRuntimeV2.cpp495 // sure we aren't using the V1 runtime.
660 result.AppendError("current process has no Objective-C runtime loaded");
746 result.AppendError("current process has no Objective-C runtime loaded");
789 "Commands for operating on the Objective-C language runtime.",
839 // Should there be some way for the runtime to specify what it can do in this
929 // back to getting it from the runtime
1151 Process *process, AppleObjCRuntimeV2 *runtime,
1153 if (!hash_table.ParseHeader(process, runtime->GetISAHashTablePointer())) {
1413 // Only dump the runtime classes from the expression evaluation if the log is
1529 // runtime
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp90 for (LanguageRuntime *runtime :
93 runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others);
/freebsd-11-stable/bin/dd/
H A DMakefile6 PACKAGE=runtime
/freebsd-11-stable/release/packages/
H A Dgenerate-ucl.sh37 runtime)
38 outname="runtime"
43 pkgdeps="runtime"
48 pkgdeps="runtime"
54 pkgdeps="runtime"
93 pkgdeps="runtime"
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
10 * constant literals that are shared across profiling runtime library,
12 * defined in this file affect the profile runtime ABI, the raw profile format,
54 * are related to runtime ABI and format. When no field activation macro is
60 * the compiler runtime. */
144 /* Definition of parameter types of the runtime API used to do value profiling
409 * - value profile runtime data structure suitable to be used by C
410 * runtime library.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
10 * constant literals that are shared across profiling runtime library,
12 * defined in this file affect the profile runtime ABI, the raw profile format,
54 * are related to runtime ABI and format. When no field activation macro is
60 * the compiler runtime. */
144 /* Definition of parameter types of the runtime API used to do value profiling
409 * - value profile runtime data structure suitable to be used by C
410 * runtime library.
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A DMakefile.in73 am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \
235 nobase_libsubinclude_HEADERS = mf-runtime.h
237 mf-runtime.c \
247 pth/mf-runtime.lo \
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-runtime.Plo@am__quote@
854 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
855 $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-runtime.c -o $@
856 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime
[all...]
/freebsd-11-stable/bin/sh/
H A DMakefile6 PACKAGE=runtime
/freebsd-11-stable/share/man/man5/
H A DMakefile6 PACKAGE=runtime-manuals
/freebsd-11-stable/sys/kern/
H A Dkern_synch.c400 uint64_t runtime, new_switchtime; local
438 runtime = new_switchtime - PCPU_GET(switchtime);
439 td->td_runtime += runtime;
440 td->td_incruntime += runtime;
H A Dkern_time.c245 cputick2timespec(uint64_t runtime, struct timespec *ats) argument
247 runtime = cputick2usec(runtime);
248 ats->tv_sec = runtime / 1000000;
249 ats->tv_nsec = runtime % 1000000 * 1000;
255 uint64_t runtime, curtime, switchtime; local
261 runtime = curthread->td_runtime;
263 runtime += curtime - switchtime;
266 runtime = targettd->td_runtime;
269 cputick2timespec(runtime, at
275 uint64_t runtime; local
[all...]
H A Dkern_resource.c811 uint64_t runtime, u; local
824 runtime = u - PCPU_GET(switchtime);
825 td->td_runtime += runtime;
826 td->td_incruntime += runtime;
843 uint64_t runtime, u; local
856 runtime = u - PCPU_GET(switchtime);
857 td->td_runtime += runtime;
858 td->td_incruntime += runtime;
969 printf("calcru: negative runtime of %jd usec for pid %d (%s)\n",
1015 printf("calcru: runtime wen
[all...]
/freebsd-11-stable/lib/libomp/
H A DMakefile7 OMPSRC= ${SRCTOP}/contrib/llvm-project/openmp/runtime/src
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_tool.h316 struct init_op_array_params runtime /* runtime array params to write, used when init source is INIT_SRC_RUNTIME */; member in union:init_write_args
409 INIT_SRC_RUNTIME /* init value is provided during runtime */,
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c487 time_t runtime; local
492 runtime = time(NULL) - s->since;
496 unsigned int sec, min, hrs, day = runtime;
565 if (runtime > 0)
567 (double)s->fcounters[i] / (double)runtime);
582 if (runtime > 0)
584 (double)s->scounters[i] / (double)runtime);
593 if (runtime > 0)
595 (double)s->counters[i] / (double)runtime);
608 if (runtime >
[all...]

Completed in 205 milliseconds

12345678910