HomeSort by: relevance | last modified time | path
    Searched refs:GuardPtr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 919 auto GuardPtr = IRB.CreateIntToPtr(
923 IRB.CreateCall(SanCovTracePCGuard, GuardPtr)->setCannotMerge();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 2687 SDValue GuardPtr = getValue(IRGuard);
2689 Guard = DAG.getLoad(PtrMemTy, dl, Chain, GuardPtr,

Completed in 37 milliseconds