Searched defs:MaxAlignment (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_errors.cpp30 reportAllocationAlignmentTooBig(uptr Alignment, uptr MaxAlignment) argument
H A Dscudo_allocator.h59 const uptr MaxAlignment = 1 << MaxAlignmentLog; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.h25 unsigned MaxAlignment; member in class:llvm::safestack::StackLayout
H A DStackColoring.cpp1293 unsigned MaxAlignment = std::max(MFI->getObjectAlignment(FirstSlot), local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp73 std::size_t MaxAlignment = local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h230 static_assert(MaxAllowedMallocSize < UINTPTR_MAX - MaxAlignment, ""); argument
H A Dreport.cpp87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp214 unsigned MaxAlignment = MFI.getMaxAlignment(); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h494 unsigned MaxAlignment = 0; member in struct:llvm::yaml::MachineFrameInfo
H A DMachineFrameInfo.h263 Align MaxAlignment; member in class:llvm::MachineFrameInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1169 unsigned MaxAlignment = 0; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3093 unsigned MaxAlignment; local

Completed in 110 milliseconds