Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 25 of 99) sorted by relevance

1234

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h44 static bool classof(const LanguageRuntime *runtime) { in classof()
186 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2()
277 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorLegacy()
306 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor()
327 DynamicClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in DynamicClassInfoExtractor()
367 SharedCacheClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in SharedCacheClassInfoExtractor()
H A DAppleObjCRuntime.h42 static bool classof(const LanguageRuntime *runtime) { in classof()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToROCDL/
H A DLowerGpuOpsToROCDLOps.cpp126 mlir::gpu::amd::Runtime runtime) { in populateGpuToROCDLConversionPatterns()
192 gpu::amd::Runtime runtime) { in createLowerGpuOpsToROCDLOpsPass()
/llvm-project-15.0.7/flang/runtime/
H A Dsupport.cpp12 namespace Fortran::runtime { namespace
H A Diostat.cpp11 namespace Fortran::runtime::io { namespace
H A Dtype-code.cpp11 namespace Fortran::runtime { namespace
H A Dextensions.cpp20 namespace Fortran::runtime::io { namespace
H A Dbuffer.cpp12 namespace Fortran::runtime::io { namespace
H A Dmemory.cpp13 namespace Fortran::runtime { namespace
H A Dformat.cpp11 namespace Fortran::runtime::io { namespace
H A Dderived-api.cpp16 namespace Fortran::runtime { namespace
H A Dutf.cpp11 namespace Fortran::runtime { namespace
H A Dstat.cpp13 namespace Fortran::runtime { namespace
H A Dconnection.cpp14 namespace Fortran::runtime::io { namespace
H A Dterminator.cpp13 namespace Fortran::runtime { namespace
H A Dragged.cpp12 namespace Fortran::runtime { namespace
H A Dcopy.cpp16 namespace Fortran::runtime { namespace
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp108 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
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp46 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSBundleSummaryProvider() local
97 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local
146 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local
195 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSMachPortSummaryProvider() local
241 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSIndexSetSummaryProvider() local
431 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNumberSummaryProvider() local
772 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSURLSummaryProvider() local
898 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSDateSummaryProvider() local
971 auto *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSDateSummaryProvider() local
1000 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in ObjCClassSummaryProvider() local
[all …]
H A DCF.cpp53 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBagSummaryProvider() local
115 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBitVectorSummaryProvider() local
235 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBinaryHeapSummaryProvider() local
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp51 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local
108 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DOverloadedUnaryAndCheck.cpp19 namespace runtime { namespace
/llvm-project-15.0.7/clang/docs/
H A DToolchain.rst164 compiler-rt (LLVM)
180 libgcc_s (GNU)
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h46 static bool classof(const LanguageRuntime *runtime) { in classof()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp37 namespace runtime { namespace
126 RefCounted(AsyncRuntime *runtime, int64_t refCount = 1) in RefCounted()
152 AsyncRuntime *runtime; member in mlir::runtime::__anonc7b155b40111::RefCounted
160 static auto runtime = std::make_unique<AsyncRuntime>(); in getDefaultAsyncRuntimeInstance() local
398 auto *runtime = getDefaultAsyncRuntime(); in mlirAsyncRuntimeExecute() local

1234