Home
last modified time | relevance | path

Searched refs:InitAddr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp61 auto InitAddr = ConstantExpr::getGetElementPtr( in create() local
67 B.CreateCall(StatReport, InitAddr); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h452 void createStubInternal(StringRef StubName, ExecutorAddr InitAddr, in createStubInternal() argument
457 InitAddr.toPtr<void *>(); in createStubInternal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5515 llvm::Value *InitAddr = emitReduceInitFunction(CGM, Loc, RCG, Cnt); in emitTaskReductionInit() local
5516 CGF.EmitStoreOfScalar(InitAddr, InitLVal); in emitTaskReductionInit()