Home
last modified time | relevance | path

Searched refs:setAllowAutoPadding (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCFragment.h278 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding() function
HDMCStreamer.h313 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp36 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
HDMCAsmStreamer.cpp86 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86AsmBackend.cpp569 F->setAllowAutoPadding(canPadInst(Inst, OS)); in emitInstructionEnd()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MCInstLower.cpp105 OS.setAllowAutoPadding(b); in changeAndComment()