Home
last modified time | relevance | path

Searched refs:getMinInstAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h635 unsigned getMinInstAlignment() const { return MinInstAlignment; } in getMinInstAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp70 unsigned MinInsnLength = Context.getAsmInfo()->getMinInstAlignment(); in ScaleAddrDelta()
532 MCOS->emitInt8(context.getAsmInfo()->getMinInstAlignment()); in Emit()
1635 Streamer.emitULEB128IntValue(context.getAsmInfo()->getMinInstAlignment()); in EmitCIE()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp399 assert(Asm.getContext().getAsmInfo()->getMinInstAlignment() == 1 && in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp289 assert(Asm.getContext().getAsmInfo()->getMinInstAlignment() == 1 && in relaxDwarfCFA()