Home
last modified time | relevance | path

Searched refs:ensureMinAlignment (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp216 SXData->ensureMinAlignment(Align(4)); in emitCOFFSafeSEH()
230 Sec->ensureMinAlignment(Align(4)); in emitCOFFSymbolIndex()
H A DMCELFStreamer.cpp98 Section->ensureMinAlignment(Align(Assembler.getBundleAlignSize())); in setSectionAlignmentForBundling()
H A DMCObjectStreamer.cpp564 CurSec->ensureMinAlignment(Alignment); in emitValueToAlignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h150 void ensureMinAlignment(Align MinAlignment) { in ensureMinAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp122 Section.ensureMinAlignment(ByteAlignment); in HexagonMCEmitCommonSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp905 TextSection.ensureMinAlignment(Align(16)); in finish()
906 DataSection.ensureMinAlignment(Align(16)); in finish()
907 BSSSection.ensureMinAlignment(Align(16)); in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp597 Sec->ensureMinAlignment(AlignBoundary); in emitInstructionEnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp235 ReadOnlySection.ensureMinAlignment(Align(64)); in emitFunctionBodyEnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp3032 Csect->ensureMinAlignment(GOAlign); in doInitialization()