Home
last modified time | relevance | path

Searched defs:Runtime (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DRuntime.h17 Runtime(Process *process) : m_process(process) {} in Runtime() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h71 bool Runtime; global() member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp81 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local
227 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local
385 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local
526 auto &Runtime = CGF.getLangOpts().ObjCRuntime; tryEmitSpecializedAllocInit() local
607 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); EmitObjCMessageExpr() local
2721 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); EmitObjCMRRAutoreleasePoolPush() local
3919 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); EmitBlockCopyAndAutorelease() local
[all...]
H A DCGObjCGNU.cpp4345 switch (Runtime.getKind()) { in CreateGNUObjCRuntime() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1372 LoopUnroll(int OptLevel=2,bool OnlyWhenForced=false,bool ForgetAllSCEV=false,std::optional<unsigned> Threshold=std::nullopt,std::optional<unsigned> Count=std::nullopt,std::optional<bool> AllowPartial=std::nullopt,std::optional<bool> Runtime=std::nullopt,std::optional<bool> UpperBound=std::nullopt,std::optional<bool> AllowPeeling=std::nullopt,std::optional<bool> AllowProfileBasedPeeling=std::nullopt,std::optional<unsigned> ProvidedFullUnrollMaxCount=std::nullopt) LoopUnroll() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3994 RenderObjCOptions(const ToolChain & TC,const Driver & D,const llvm::Triple & T,const ArgList & Args,ObjCRuntime & Runtime,bool InferCovariantReturns,const InputInfo & Input,ArgStringList & CmdArgs) RenderObjCOptions() argument
7029 ObjCRuntime Runtime = AddObjCRuntimeArgs(Args, Inputs, CmdArgs, rewriteKind); ConstructJob() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h582 bool Runtime; global() member