Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp483 if (!OS.getAllowAutoPadding()) in canPadBranches()
783 if (!RF.getAllowAutoPadding()) in padInstructionViaPrefix()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp86 : OS(OS), OldAllowAutoPadding(OS.getAllowAutoPadding()) { in NoAutoPaddingScope()
91 if (b == OS.getAllowAutoPadding()) in changeAndComment()