Home
last modified time | relevance | path

Searched defs:FrameAlignment (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h46 size_t FrameAlignment; // Alignment for the entire frame. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp536 unsigned FrameAlignment = SSL.getFrameAlignment(); in moveStaticAllocasToUnsafeStack() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2945 size_t FrameAlignment = std::max(L.FrameAlignment, (size_t)ClRealignStack); in createAllocaForLayout() local