Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp967 auto GuardPtr = IRB.CreateIntToPtr( in InjectCoverageAtBlock() local
971 IRB.CreateCall(SanCovTracePCGuard, GuardPtr)->setCannotMerge(); in InjectCoverageAtBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3753 Register GuardPtr = getOrCreateVReg(*IRGuard); in emitSPDescriptorParent() local
3756 ->buildLoad(PtrMemTy, GuardPtr, in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3141 SDValue GuardPtr = getValue(IRGuard); in visitSPDescriptorParent() local
3143 Guard = DAG.getLoad(PtrMemTy, dl, Chain, GuardPtr, in visitSPDescriptorParent()