Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h49 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp167 bool allowAutoPadding() const override;
460 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding() function in X86AsmBackend
465 return allowAutoPadding() && TargetPrefixMax != 0 && X86PadForBranchAlign; in allowEnhancedRelaxation()
569 assert(allowAutoPadding() && "incorrect initialization!"); in canPadBranches()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp37 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
H A DMCAsmStreamer.cpp90 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()