Home
last modified time | relevance | path

Searched defs:MinAlignment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.h58 const uptr MinAlignment = 1 << MinAlignmentLog; variable
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp37 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in isPrimaryAllocation() local
49 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in checkMemoryTaggingMaybe() local
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderData.cpp100 static constexpr uint16_t MinAlignment = 16; variable
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h965 static const uptr MinAlignment = 1UL << MinAlignmentLog; variable