Home
last modified time | relevance | path

Searched refs:HasFunctionAlignment (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp35 HasFunctionAlignment = false; in NVPTXMCAsmInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h383 bool HasFunctionAlignment = true; variable
733 bool hasFunctionAlignment() const { return HasFunctionAlignment; } in hasFunctionAlignment()