Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackLayout.h68 unsigned getObjectAlignment(const Value *V) { return ObjectAlignments[V]; } in getObjectAlignment() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSafeStackLayout.h69 Align getObjectAlignment(const Value *V) { return ObjectAlignments[V]; } in getObjectAlignment() function
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h405 unsigned getObjectAlignment(int ObjectIdx) const { in getObjectAlignment() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h464 unsigned getObjectAlignment(int ObjectIdx) const { in getObjectAlignment() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp265 unsigned getObjectAlignment() const { return 1U << Scale; } in getObjectAlignment() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp369 Align getObjectAlignment() const { return Align(1ULL << Scale); } in getObjectAlignment() function