Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp29 static inline bool CompareVars(const ASanStackVariableDescription &a, in CompareVars()
30 const ASanStackVariableDescription &b) { in CompareVars()
54 ComputeASanStackFrameLayout(SmallVectorImpl<ASanStackVariableDescription> &Vars, in ComputeASanStackFrameLayout()
98 const SmallVectorImpl<ASanStackVariableDescription> &Vars) { in ComputeASanStackFrameDescription()
116 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars, in GetShadowBytes()
135 const SmallVectorImpl<ASanStackVariableDescription> &Vars, in GetShadowBytesAfterScope()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStackSafetyAnalysis.rst53 ``ASanStackVariableDescription``. Then if AddressSanitizer detects a bug on
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3245 SmallVector<ASanStackVariableDescription, 16> SVD; in processStaticAllocas()
3248 ASanStackVariableDescription D = {AI->getName().data(), in processStaticAllocas()
3266 DenseMap<const AllocaInst *, ASanStackVariableDescription *> AllocaToSVDMap; in processStaticAllocas()
3277 ASanStackVariableDescription &Desc = *AllocaToSVDMap[APC.AI]; in processStaticAllocas()
3411 const ASanStackVariableDescription &Desc = *AllocaToSVDMap[APC.AI]; in processStaticAllocas()