Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h30 struct ASanStackVariableDescription { struct
52 SmallVectorImpl<ASanStackVariableDescription> &Vars, argument
62 const SmallVectorImpl<ASanStackVariableDescription> &Vars);
67 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars,
75 const SmallVectorImpl<ASanStackVariableDescription> &Vars,
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp28 static inline bool CompareVars(const ASanStackVariableDescription &a, in CompareVars()
29 const ASanStackVariableDescription &b) { in CompareVars()
53 ComputeASanStackFrameLayout(SmallVectorImpl<ASanStackVariableDescription> &Vars, in ComputeASanStackFrameLayout()
97 const SmallVectorImpl<ASanStackVariableDescription> &Vars) { in ComputeASanStackFrameDescription()
115 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars, in GetShadowBytes()
134 const SmallVectorImpl<ASanStackVariableDescription> &Vars, in GetShadowBytesAfterScope()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3425 SmallVector<ASanStackVariableDescription, 16> SVD; in processStaticAllocas()
3428 ASanStackVariableDescription D = {AI->getName().data(), in processStaticAllocas()
3445 // Build AllocaToSVDMap for ASanStackVariableDescription lookup. in processStaticAllocas()
3446 DenseMap<const AllocaInst *, ASanStackVariableDescription *> AllocaToSVDMap; in processStaticAllocas()
3457 ASanStackVariableDescription &Desc = *AllocaToSVDMap[APC.AI]; in processStaticAllocas()
3604 const ASanStackVariableDescription &Desc = *AllocaToSVDMap[APC.AI]; in handleDynamicAllocaCall()