Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3099 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas() local
3100 ShadowAfterReturn.resize(ClassSize / L.Granularity, in processStaticAllocas()
3106 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8)); in processStaticAllocas()