Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h151 if (Alignment < MinAlignment) in ensureMinAlignment() argument
/llvm-project/bolt/lib/Passes/
H A DReorderData.cpp101 static constexpr uint16_t MinAlignment = 16; variable
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp43 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in isPrimaryAllocation() local
55 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in checkMemoryTaggingMaybe() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h938 static const uptr MinAlignment = 1UL << MinAlignmentLog; global() variable
[all...]