Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp285 bool isUARSafeCall(CallInst *CI) { in isUARSafeCall() function
307 if (isUARSafeCall(CI)) in hasUseAfterReturnUnsafeUses()
337 return CI->isTailCall() && !isUARSafeCall(CI); in useAfterReturnUnsafe()