Home
last modified time | relevance | path

Searched defs:aligned_size (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_poisoning.h39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow()
H A Dasan_globals.cpp64 uptr aligned_size = RoundUpTo(g.size, ASAN_SHADOW_GRANULARITY); in PoisonRedZones() local
H A Dasan_poisoning.cpp290 uptr aligned_size = size & ~(ASAN_SHADOW_GRANULARITY - 1); in PoisonAlignedStackMemory() local
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterpStack.h67 template <typename T> constexpr size_t aligned_size() const { in aligned_size() function
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.cpp168 constexpr size_t aligned_size = in get_cxa_exception_offset() local