Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h61 SmallString<64> ComputeASanStackFrameDescription(
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp96 SmallString<64> ComputeASanStackFrameDescription( in ComputeASanStackFrameDescription() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3468 auto DescriptionString = ComputeASanStackFrameDescription(SVD); in processStaticAllocas()