Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h31 struct ASanStackVariableDescription { struct
53 SmallVectorImpl<ASanStackVariableDescription> &Vars, argument
63 const SmallVectorImpl<ASanStackVariableDescription> &Vars);
68 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars,
76 const SmallVectorImpl<ASanStackVariableDescription> &Vars,
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3505 SmallVector<ASanStackVariableDescription, 16> SVD; in processStaticAllocas()
3509 ASanStackVariableDescription D = {Name.data(), in processStaticAllocas()
3527 DenseMap<const AllocaInst *, ASanStackVariableDescription *> AllocaToSVDMap; in processStaticAllocas()
3538 ASanStackVariableDescription &Desc = *AllocaToSVDMap[APC.AI]; in processStaticAllocas()
3685 const ASanStackVariableDescription &Desc = *AllocaToSVDMap[APC.AI]; in processStaticAllocas()