Home
last modified time | relevance | path

Searched refs:getAllowAutoPadding (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp483 if (!OS.getAllowAutoPadding()) in canPadBranches()
784 if (!RF.getAllowAutoPadding()) in padInstructionViaPrefix()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCFragment.h286 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
H A DMCStreamer.h305 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp220 const bool OriginalAllowAutoPadding = Streamer.getAllowAutoPadding(); in emitFunctions()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp87 : OS(OS), OldAllowAutoPadding(OS.getAllowAutoPadding()) { in NoAutoPaddingScope()
92 if (b == OS.getAllowAutoPadding()) in changeAndComment()