Home
last modified time | relevance | path

Searched defs:allowAutoPadding (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmBackend.h54 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp376 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding() function in X86AsmBackend