Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmBackend.h54 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp161 bool allowAutoPadding() const override;
376 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding() function in X86AsmBackend
381 return allowAutoPadding() && TargetPrefixMax != 0 && X86PadForBranchAlign; in allowEnhancedRelaxation()
485 assert(allowAutoPadding() && "incorrect initialization!"); in canPadBranches()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCObjectStreamer.cpp36 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
DMCAsmStreamer.cpp89 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()