Searched refs:SecEndPtr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp350 Value *SecEndPtr = IRB.CreatePointerCast(SecEnd, Ty); local
352 return std::make_pair(IRB.CreatePointerCast(SecStart, Ty), SecEndPtr);
359 return std::make_pair(IRB.CreatePointerCast(GEP, Ty), SecEndPtr);

Completed in 103 milliseconds