Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackLayout.h68 unsigned getObjectAlignment(const Value *V) { return ObjectAlignments[V]; } in getObjectAlignment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h464 unsigned getObjectAlignment(int ObjectIdx) const { in getObjectAlignment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp265 unsigned getObjectAlignment() const { return 1U << Scale; } in getObjectAlignment() function