Lines Matching refs:CheckLoc
351 class CheckLoc { class
354 static CheckLoc makeStore(Value *Address) { in makeStore()
355 CheckLoc Result(kStore); in makeStore()
359 static CheckLoc makeLoad(Value *Address) { in makeLoad()
360 CheckLoc Result(kLoad); in makeLoad()
366 static CheckLoc makeArg(int ArgId) { in makeArg()
367 CheckLoc Result(kArg); in makeArg()
373 static CheckLoc makeRet() { return CheckLoc(kRet); } in makeRet()
376 static CheckLoc makeInsert() { return CheckLoc(kInsert); } in makeInsert()
414 explicit CheckLoc(CheckType CheckTy) : CheckTy(CheckTy) {} in CheckLoc() function in __anon1c7024df0111::CheckLoc
524 CheckLoc Loc);
526 CheckLoc Loc);
798 CheckLoc::makeArg(ArgIdx)) in populateShadowStack()
840 CheckLoc Loc) { in emitCheckInternal()
918 CheckLoc Loc) { in emitCheck()
1117 CheckLoc::makeLoad(Load.getPointerOperand())); in handleLoad()
1758 CheckLoc::makeStore(Store.getPointerOperand())); in propagateFTStore()
1929 RVShadow = emitCheck(RV, RVShadow, Builder, CheckLoc::makeRet()); in propagateShadowValues()
1949 emitCheck(V, Map.getShadow(V), Builder, CheckLoc::makeInsert()); in propagateShadowValues()