Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h277 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
H A DMCStreamer.h314 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp477 if (!OS.getAllowAutoPadding()) in canPadBranches()
771 if (!RF.getAllowAutoPadding()) in padInstructionViaPrefix()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp98 : OS(OS), OldAllowAutoPadding(OS.getAllowAutoPadding()) { in NoAutoPaddingScope()
103 if (b == OS.getAllowAutoPadding()) in changeAndComment()