Home
last modified time | relevance | path

Searched refs:Runtime (Results 1 – 25 of 168) sorted by relevance

1234567

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRuntime.h15 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 DSystemRuntime.h43 class SystemRuntime : public Runtime, public PluginInterface {
/freebsd-13.1/contrib/apr-util/
H A Dlibaprutil.rc19 #define APU_DLL_DESCRIPTION "Apache Portable Runtime " APU_STRINGIFY(DLL_NAME) " Module"
22 #define APU_DLL_DESCRIPTION "Apache Portable Runtime Utility Library"
61 VALUE "ProductName", "Apache Portable Runtime Project\0"
H A Dapr-util.spec4 Summary: Apache Portable Runtime Utility library
17 The mission of the Apache Portable Runtime (APR) is to provide a
31 of the Apache Portable Runtime (APR) is to provide a free
H A DNOTICE1 Apache Portable Runtime Utility Library
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp206 UP.Runtime = false; in gatherUnrollingPreferences()
247 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
265 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
782 UP.Runtime = false; in computeUnrollCount()
801 UP.Runtime = true; in computeUnrollCount()
882 UP.Runtime = false; in computeUnrollCount()
987 if (!UP.Runtime) { in computeUnrollCount()
1202 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0; in tryToUnrollLoop()
1211 {UP.Count, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
1284 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h93 LoopUnrollOptions &setRuntime(bool Runtime) { in setRuntime()
94 AllowRuntime = Runtime; in setRuntime()
/freebsd-13.1/contrib/apr/
H A Dapr.spec4 Summary: Apache Portable Runtime library
16 The mission of the Apache Portable Runtime (APR) is to provide a
29 Apache Portable Runtime (APR) is to provide a free library of
H A Dlibapr.rc51 VALUE "FileDescription", "Apache Portable Runtime Library\0"
56 VALUE "ProductName", "Apache Portable Runtime Project\0"
H A Dapr.pc.in8 Description: The Apache Portable Runtime library
H A DNOTICE1 Apache Portable Runtime
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h106 AsanDetectStackUseAfterReturnMode::Runtime);
145 AsanDetectStackUseAfterReturnMode::Runtime);
H A DAddressSanitizerOptions.h27 Runtime, ///< Detect stack use after return if runtime flag is enabled enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp354 ULO.Runtime = false; in UnrollLoop()
394 assert((!HasConvergent || !ULO.Runtime) && in UnrollLoop()
402 if (ULO.Runtime && in UnrollLoop()
408 ULO.Runtime = false; in UnrollLoop()
431 if (ULO.Runtime) in UnrollLoop()
440 if (ULO.Runtime) in UnrollLoop()
699 if (ULO.Runtime) { in UnrollLoop()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp96 case llvm::AsanDetectStackUseAfterReturnMode::Runtime: in AsanDetectStackUseAfterReturnModeToString()
110 .Case("runtime", llvm::AsanDetectStackUseAfterReturnMode::Runtime) in AsanDetectStackUseAfterReturnModeFromString()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dlibomp.rc.var41 VALUE "FileDescription", "LLVM* OpenMP* Runtime Library\0"
45 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0"
/freebsd-13.1/sys/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dtest2 using System.Runtime.InteropServices;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DSystemRuntime.cpp30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp79 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local
113 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr()
223 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local
227 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral()
383 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local
387 Runtime.shouldUseRuntimeFunctionsForAlloc() && in tryGenerateSpecializedMessageSend()
524 auto &Runtime = CGF.getLangOpts().ObjCRuntime; in tryEmitSpecializedAllocInit() local
605 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local
629 Receiver = Runtime.GetClass(*this, OID); in EmitObjCMessageExpr()
2697 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local
[all …]
/freebsd-13.1/sys/conf/
H A Doptions.arm6419 # EFI Runtime services support
/freebsd-13.1/contrib/sqlite3/
H A DReplace.cs20 using System.Runtime.InteropServices;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h120 Runtime = 37, enumerator
/freebsd-13.1/contrib/bc/locales/
H A Dnl_NL.utf8.msg41 3 "Runtime error:"
87 $ Runtime fouten.
H A Den_US.US-ASCII.msg41 3 "Runtime error:"
87 $ Runtime errors.
H A Den_US.UTF-8.msg41 3 "Runtime error:"
87 $ Runtime errors.

1234567