Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h287 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
H A DMCStreamer.h290 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp567 if (!OS.getAllowAutoPadding()) in canPadBranches()
868 if (!RF.getAllowAutoPadding()) in padInstructionViaPrefix()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp83 : OS(OS), OldAllowAutoPadding(OS.getAllowAutoPadding()) { in NoAutoPaddingScope()
88 if (b == OS.getAllowAutoPadding()) in changeAndComment()