Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h79 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZHLASMAsmStreamer.h64 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in SystemZHLASMAsmStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp160 bool allowAutoPadding() const override;
367 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding() function in X86AsmBackend
372 return allowAutoPadding() && TargetPrefixMax != 0 && X86PadForBranchAlign; in allowEnhancedRelaxation()
465 assert(allowAutoPadding() && "incorrect initialization!"); in canPadBranches()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp36 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
H A DMCAsmStreamer.cpp88 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()