reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/CFGuard/CFGuard.cpp
  169   LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFnGlobal);
  195   if (GuardFnGlobal->getType() != PTy)
  196     GuardFnGlobal = ConstantExpr::getBitCast(GuardFnGlobal, PTy);
  196     GuardFnGlobal = ConstantExpr::getBitCast(GuardFnGlobal, PTy);
  199   LoadInst *GuardDispatchLoad = B.CreateLoad(CalledOperandType, GuardFnGlobal);
  244     GuardFnGlobal =
  248     GuardFnGlobal =